External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
880B

  1. From 6820b96062ac5942fe797a6bae84f22a92e18b45 Mon Sep 17 00:00:00 2001
  2. From: falkTX <falktx@falktx.com>
  3. Date: Mon, 15 Mar 2021 12:15:06 +0000
  4. Subject: [PATCH] Make sure to link against libsamplerate
  5. Signed-off-by: falkTX <falktx@falktx.com>
  6. ---
  7. plugins/eg-sampler.lv2/wscript | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/plugins/eg-sampler.lv2/wscript b/plugins/eg-sampler.lv2/wscript
  10. index 4d9debc6..115d8a00 100644
  11. --- a/plugins/eg-sampler.lv2/wscript
  12. +++ b/plugins/eg-sampler.lv2/wscript
  13. @@ -53,7 +53,7 @@ def build(bld):
  14. name = 'sampler',
  15. target = 'lv2/%s/sampler' % bundle,
  16. install_path = '${LV2DIR}/%s' % bundle,
  17. - use = ['M', 'SNDFILE', 'LV2'])
  18. + use = ['M', 'SNDFILE', 'SAMPLERATE', 'LV2'])
  19. # Build UI library
  20. if bld.env.HAVE_GTK2: