From 99fc6d47bd3605e99b733954733bddc7baeb6d22 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Aug 2017 15:21:22 +0200 Subject: Fix building with X11 against custom LV2 install path --- NEWS | 3 ++- wscript | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0648d30..1cf0d36 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,9 @@ suil (0.8.7) unstable; * Add suil_init() to support early initialization and passing any necessary information that may be needed in the future (thanks Stefan Westerfeld) * Fix minor memory errors + * Fix building with X11 against custom LV2 install path (thanks Robin Gareus) - -- David Robillard Sun, 07 May 2017 13:26:59 +0200 + -- David Robillard Sun, 06 Aug 2017 15:20:06 +0200 suil (0.8.4) stable; diff --git a/wscript b/wscript index 5141cbe..b8a3166 100644 --- a/wscript +++ b/wscript @@ -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) -- cgit v1.2.1