diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -359,7 +359,7 @@ def build(bld): install_path = module_dir, cflags = cflags, lib = modlib) - autowaf.use_lib(bld, obj, 'X11') + autowaf.use_lib(bld, obj, 'X11 LV2') # Documentation autowaf.build_dox(bld, 'SUIL', SUIL_VERSION, top, out) |