From e4996396487babb5007c43f42d2b68eb50f08fec Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 4 Aug 2022 22:54:32 -0400 Subject: Fix lv2.h missing from installation --- meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 67a4ccc..a6ae1b4 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') -- cgit v1.2.1