Minor simplification for package checking.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3448 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
0f0dbac7cd
commit
e8ac3d2be2
4
wscript
4
wscript
@ -173,8 +173,8 @@ def configure(conf):
|
||||
# checked with cc not cxx
|
||||
conf.check_tool('compiler_cxx intltool misc')
|
||||
|
||||
conf.check_cfg(package='gtk+-2.0', atleast_version='2.6.0', uselib_store='GTK', mandatory=True)
|
||||
conf.check_cfg(package='gtk+-2.0', args='--cflags --libs', uselib_store='GTK')
|
||||
conf.check_cfg(package='gtk+-2.0', atleast_version='2.6.0', uselib_store='GTK',
|
||||
mandatory=True, args='--cflags --libs')
|
||||
|
||||
# GTK version check
|
||||
have_gtk_210 = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user