summaryrefslogtreecommitdiff
path: root/media-libs/lv2/files/lv2-1.18.6-add-missing-lv2.h.patch
blob: 92483532e554a412d958db8d7c6ca1f95e2e2d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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')