summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-10-19 17:39:34 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-10-19 17:39:34 +0000
commit49ef7c9213c357166e9038fd5c64ba201a088c8b (patch)
treed4f3abb76b6cb757c8849a4bb5e738ed757d9e39
parentFilters. Fixing filters structure and typo. (diff)
downloadinkscape-49ef7c9213c357166e9038fd5c64ba201a088c8b.tar.gz
inkscape-49ef7c9213c357166e9038fd5c64ba201a088c8b.zip
Build. switching to gtkmm 2.24.
(bzr r11810)
-rwxr-xr-xbuild.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 551ce7a36..c87c393a6 100755
--- a/build.xml
+++ b/build.xml
@@ -151,10 +151,12 @@
#define HAVE_SYS_STAT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_OPENMP 1
- #define HAVE_TR1_UNORDERED_SET 1
+ #define HAVE_TR1_UNORDERED_SET 1
#define HAVE_LIBLCMS1 1
+ #define WITH_GTKMM_2_24 1
+
#define ENABLE_NLS 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
@@ -178,7 +180,7 @@
/* use poppler for pdf import? */
#define HAVE_POPPLER 1
- #define HAVE_POPPLER_GLIB 1
+ #define HAVE_POPPLER_GLIB 1
#define HAVE_POPPLER_CAIRO 1
/* do we want bitmap manipulation? */