diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-22 00:26:53 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-22 00:26:53 +0200 |
| commit | e3f056b2c857c0428d9eaca73639b34333311767 (patch) | |
| tree | 28432c15acd73f7f5f22dc3d41e5ef20f5e93028 /wscript | |
| parent | 9e67ff28e3ccd3a3e51e62f400455c7046f8b6bd (diff) | |
We must only link gtk2 if wx is also using it.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -199,8 +199,6 @@ def configure(conf): conf.env.append_value('CXXFLAGS', '-DDCPOMATIC_LINUX') conf.env.append_value('CXXFLAGS', ['-Wlogical-op', '-Wcast-align']) conf.check(lib='dl', uselib_store='DL', msg='Checking for library dl') - if not conf.env.DISABLE_GUI: - conf.check_cfg(package='gtk+-2.0', args='--cflags --libs', uselib_store='GTK', mandatory=True) # OSX if conf.env.TARGET_OSX: |
