X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=build.xml;h=a3fe9f31ca2fc48681792ac10d64faa7a45345f4;hb=0dd12485e26b98c7eb9963768ec4bd9869186d98;hp=4f7afe4ed7da81027a8a59ac9237c0e324dbcfd2;hpb=f3e465c613e451913e3d58804de0d1ad6cfd817b;p=inkscape.git diff --git a/build.xml b/build.xml index 4f7afe4ed..a3fe9f31c 100644 --- a/build.xml +++ b/build.xml @@ -125,6 +125,13 @@ #define RENDER_WITH_PANGO_CAIRO 1 #define HAVE_GTK_WINDOW_FULLSCREEN 1 + + /* internal interpreter */ + #define WITH_PYTHON 1 + + /* shared whiteboard */ + #define WITH_INKBOARD 1 + #define HAVE_SSL 1 #endif /* _CONFIG_H_ */ @@ -237,7 +244,6 @@ -DXP_WIN -D_INTL_REDIRECT_INLINE -DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" - -DWITH_INKBOARD -DHAVE_SSL -I${gtk}/include @@ -388,7 +394,7 @@ - < include name="inkviewres.o"/ > +