mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-22 16:57:09 +00:00
14 lines
325 B
Diff
14 lines
325 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -69,8 +69,8 @@
|
|
else
|
|
lv2_dirs = [
|
|
'~' / '.lv2',
|
|
- '/usr/local' / get_option('libdir') / 'lv2',
|
|
- '/usr' / get_option('libdir') / 'lv2',
|
|
+ '@TERMUX_PREFIX@/lib/lv2',
|
|
+ '@TERMUX_PREFIX@/local/lib/lv2',
|
|
]
|
|
|
|
default_lv2_path = ':'.join(lv2_dirs)
|