X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=e8f6240d3e61338da3756f0808c2a3ee87e9304f;hb=3fa1dc2bc3d353692ea9b2cd9cdb685dd94b85f4;hp=ac109eff9747f589006020be8f4aec88a0d74160;hpb=c01ecbcd0e41c679ebd95b8f3627b8ffff644254;p=dcpomatic.git diff --git a/wscript b/wscript index ac109eff9..e8f6240d3 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.104' +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 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)