audio/dbus: Fix building with modules on macOS
commitc9c847481e70f2f5065605b6d21f7f8d72e54607
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 3 Feb 2022 15:25:09 +0000 (3 16:25 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 15 Mar 2022 12:36:33 +0000 (15 13:36 +0100)
tree84494924373d457b23322dc21a252056207f5641
parent9f56bd6dab1a73362aefb7fe7bb8e364410d9d1e
audio/dbus: Fix building with modules on macOS

When configuring QEMU with --enable-modules we get on macOS:

  --- stderr ---
  Dependency ui-dbus cannot be satisfied

ui-dbus depends on pixman and opengl, so add these dependencies
to audio-dbus.

Fixes: 739362d420 ("audio: add "dbus" audio backend")
Reviewed-by: Li Zhang <lizhang@suse.de>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
audio/meson.build