diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-10-14 14:11:18 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-10-15 11:14:40 +0200 |
commit | d72c34cccc5955eeeb393b174fd6a0794b6d823f (patch) | |
tree | 79de530d7ea841c435cf518b257f55c15d09986c /audio | |
parent | 93ab5844b2cd5367966d7b5bae154e0d3303b504 (diff) |
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 <kraxel@redhat.com>
Message-id: 20201014121120.13482-6-kraxel@redhat.com
Diffstat (limited to 'audio')
-rw-r--r-- | audio/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/meson.build b/audio/meson.build index 18a831129e..7d53b0f920 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', |