diff options
author | David Robillard <d@drobilla.net> | 2017-08-06 15:21:22 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-08-06 15:21:22 +0200 |
commit | 99fc6d47bd3605e99b733954733bddc7baeb6d22 (patch) | |
tree | 82bb503bdf42d576b5c1d4a5d567e063fe28c5c5 /NEWS | |
parent | f3893a6b82bd8d8729f9f42b3e33348bd4260abf (diff) | |
download | suil-99fc6d47bd3605e99b733954733bddc7baeb6d22.tar.gz suil-99fc6d47bd3605e99b733954733bddc7baeb6d22.tar.bz2 suil-99fc6d47bd3605e99b733954733bddc7baeb6d22.zip |
Fix building with X11 against custom LV2 install path
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 <d@drobilla.net> Sun, 07 May 2017 13:26:59 +0200 + -- David Robillard <d@drobilla.net> Sun, 06 Aug 2017 15:20:06 +0200 suil (0.8.4) stable; |