summaryrefslogtreecommitdiff
path: root/media-libs/lv2/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-05 20:08:35 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-05 20:08:35 +0100
commit35bf81c760d4e362615c32e69329ef61a01281f7 (patch)
treeb1a0fef96c609a4ff2ca6e27d2c92a1001927485 /media-libs/lv2/files
parentaa47868356ed14c3fc4d9500eae0469f2250ddb1 (diff)
gentoo auto-resync : 05:08:2022 - 20:08:35
Diffstat (limited to 'media-libs/lv2/files')
-rw-r--r--media-libs/lv2/files/lv2-1.18.6-add-missing-lv2.h.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-libs/lv2/files/lv2-1.18.6-add-missing-lv2.h.patch b/media-libs/lv2/files/lv2-1.18.6-add-missing-lv2.h.patch
new file mode 100644
index 000000000000..92483532e554
--- /dev/null
+++ b/media-libs/lv2/files/lv2-1.18.6-add-missing-lv2.h.patch
@@ -0,0 +1,14 @@
+diff --git a/meson.build b/meson.build
+index 14f9876..5a321ea 100644
+--- a/meson.build
++++ b/meson.build
+@@ -144,6 +144,9 @@ if get_option('old_headers')
+ include_prefix / 'core' / 'lv2_util.h',
+ )
+
++ # Special case lv2.h is also in top-level include directory
++ install_headers(files(include_prefix / 'core' / 'lv2.h'))
++
+ # Core headers are inconsistently in "lv2plug.in/ns/lv2core"
+ install_data(core_headers, install_dir: uri_include_dir / 'lv2core')
+