From 4b8760cec9636a1d9757afa79ceee2111b86e98b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 26 Feb 2025 10:07:56 -0500 Subject: Disable meson implicit include directories anti-feature --- plugins/eg-sampler.lv2/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/eg-sampler.lv2/meson.build') diff --git a/plugins/eg-sampler.lv2/meson.build b/plugins/eg-sampler.lv2/meson.build index fe81918..a0f8799 100644 --- a/plugins/eg-sampler.lv2/meson.build +++ b/plugins/eg-sampler.lv2/meson.build @@ -34,6 +34,7 @@ if samplerate_dep.found() and sndfile_dep.found() c_args: c_suppressions, dependencies: [lv2_dep, m_dep, samplerate_dep, sndfile_dep], gnu_symbol_visibility: 'hidden', + implicit_include_directories: false, install: true, install_dir: lv2dir / bundle_name, name_prefix: '', @@ -72,6 +73,7 @@ if samplerate_dep.found() and sndfile_dep.found() c_args: ui_suppressions, dependencies: [lv2_dep, gtk2_dep], gnu_symbol_visibility: 'hidden', + implicit_include_directories: false, install: true, install_dir: lv2dir / bundle_name, name_prefix: '', -- cgit v1.2.1