diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-04-09 19:33:40 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2012-04-09 19:33:40 +0000 |
| commit | 24d30b716745cfa4be7a36d5cea136cd26e9e1e5 (patch) | |
| tree | 2564da4cd54362c7ab5c62e7558bd47cc56958ef | |
| parent | code cleanup: dropping some unused code (diff) | |
| download | inkscape-24d30b716745cfa4be7a36d5cea136cd26e9e1e5.tar.gz inkscape-24d30b716745cfa4be7a36d5cea136cd26e9e1e5.zip | |
add GSEAL_ENABLE flag, ready to be activated
(bzr r11203)
| -rwxr-xr-x | build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
