From d72c34cccc5955eeeb393b174fd6a0794b6d823f Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 14 Oct 2020 14:11:18 +0200 Subject: meson: add spice_headers dependency. Used for files which (with CONFIG_SPICE=y) depend on spice header files to pick up some enum, but which do not depend on on the actual spice shared library. Signed-off-by: Gerd Hoffmann Message-id: 20201014121120.13482-6-kraxel@redhat.com --- audio/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/meson.build') diff --git a/audio/meson.build b/audio/meson.build index 18a8311..7d53b0f 100644 --- a/audio/meson.build +++ b/audio/meson.build @@ -1,5 +1,5 @@ +softmmu_ss.add([spice_headers, files('audio.c')]) softmmu_ss.add(files( - 'audio.c', 'audio_legacy.c', 'mixeng.c', 'noaudio.c', -- cgit v1.1