diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-30 23:27:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-30 23:27:19 +0100 |
| commit | e6dd32ca6a32f364dafd99b0fe4bbb6119afb9d7 (patch) | |
| tree | 59ac988625476d038554166967a867ffe8330743 /wscript | |
| parent | 288154d38df73021dd4a65327ab588c8a6590960 (diff) | |
| parent | f8cf5bfe56cc3522f281555c4b04d77b15cf1a2d (diff) | |
Merg..
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.105pre' +VERSION = '0.106pre' def options(opt): opt.load('compiler_cxx') @@ -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) |
