diff options
author | David Robillard <d@drobilla.net> | 2015-02-19 04:03:26 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-20 00:31:50 -0500 |
commit | bc893b67b17c3bbed7e60350d905381608085435 (patch) | |
tree | e4f9d574c56d6dbc8f5b4007c02867a94746a105 /plugins/eg-sampler.lv2/wscript | |
parent | cbe433d9d0f6c71626f9e1e2c9f4600ced6ad97a (diff) | |
download | lv2-bc893b67b17c3bbed7e60350d905381608085435.tar.xz |
Fix UI compilation.
Diffstat (limited to 'plugins/eg-sampler.lv2/wscript')
-rw-r--r-- | plugins/eg-sampler.lv2/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-sampler.lv2/wscript b/plugins/eg-sampler.lv2/wscript index 9815920..554a75c 100644 --- a/plugins/eg-sampler.lv2/wscript +++ b/plugins/eg-sampler.lv2/wscript @@ -70,7 +70,7 @@ def build(bld): obj.env.cshlib_PATTERN = module_pat # Build UI library - if bld.is_defined('HAVE_GTK2'): + if bld.env.HAVE_GTK2: obj = bld(features = 'c cshlib', source = 'sampler_ui.c', name = 'sampler_ui', |