summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-04-09 19:33:40 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2012-04-09 19:33:40 +0000
commit24d30b716745cfa4be7a36d5cea136cd26e9e1e5 (patch)
tree2564da4cd54362c7ab5c62e7558bd47cc56958ef
parentcode cleanup: dropping some unused code (diff)
downloadinkscape-24d30b716745cfa4be7a36d5cea136cd26e9e1e5.tar.gz
inkscape-24d30b716745cfa4be7a36d5cea136cd26e9e1e5.zip
add GSEAL_ENABLE flag, ready to be activated
(bzr r11203)
-rwxr-xr-xbuild.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index c7ce9514c..d7e26d1c0 100755
--- a/build.xml
+++ b/build.xml
@@ -194,7 +194,7 @@
#define ENABLE_SVG_FONTS 1
/* Do we want experimental, unsupported, unguaranteed, etc., LivePathEffects enabled? */
- //#define LPE_ENABLE_TEST_EFFECTS 1
+ #define LPE_ENABLE_TEST_EFFECTS 1
#define HAVE_ASPELL 1
@@ -352,6 +352,7 @@
-DHAVE_SSL
-DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" <!-- inkboard -->
-DPOPPLER_NEW_GFXFONT <!-- poppler changed the api for 0.8.3 -->
+ <!-- -DGSEAL_ENABLE <!-- GTK+3 migration -->
</defines>
<includes>
-I${devlibs}/include