diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-28 10:40:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-28 10:40:23 +0100 |
| commit | 75305b8c7630c28d520d4c9006a5c4df7216cf82 (patch) | |
| tree | 1141441b5ede9f15694e448063f8f46a07c4c658 /wscript | |
| parent | 318d819afd66b76e3ea7ce728452c2fb668c0b80 (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-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
