summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-28 10:40:23 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-28 10:40:23 +0100
commit75305b8c7630c28d520d4c9006a5c4df7216cf82 (patch)
tree1141441b5ede9f15694e448063f8f46a07c4c658 /wscript
parent318d819afd66b76e3ea7ce728452c2fb668c0b80 (diff)
Use our own DirPicker on GTK 2.24.17 (which seems to have a bugs in its GtkFileChooserButton).
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index cfbaa09dd..db4d93e4d 100644
--- a/wscript
+++ b/wscript
@@ -112,6 +112,8 @@ def configure(conf):
if conf.env.TARGET_LINUX:
conf.check_cfg(package='liblzma', args='--cflags --libs', uselib_store='LZMA', mandatory=True)
+ # On Linux we need to be able to include <gtk/gtk.h> to check GTK's version
+ conf.check_cfg(package='gtk+-2.0', args='--cflags', uselib_store='GTK', mandatory=True)
conf.check_cfg(package = '', path = conf.options.magickpp_config, args = '--cppflags --cxxflags --libs', uselib_store = 'MAGICK', mandatory = True)