Re: [PATCH] audio/dbus: Fix building with modules enabled on macOS

2022-02-08 Thread Li Zhang
On 2/3/22 5:58 PM, Philippe Mathieu-Daudé via wrote: 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" aud

Re: [PATCH] audio/dbus: Fix building with modules enabled on macOS

2022-02-03 Thread Philippe Mathieu-Daudé via
On 3/2/22 19:05, Marc-André Lureau wrote: Hi On Thu, Feb 3, 2022 at 9:04 PM Philippe Mathieu-Daudé via mailto:qemu-devel@nongnu.org>> wrote: When configuring QEMU with --enable-modules we get on macOS:   --- stderr ---   Dependency ui-dbus cannot be satisfied ui-dbus depen

Re: [PATCH] audio/dbus: Fix building with modules enabled on macOS

2022-02-03 Thread Marc-André Lureau
Hi On Thu, Feb 3, 2022 at 9:04 PM Philippe Mathieu-Daudé via < qemu-devel@nongnu.org> wrote: > 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 audi

[PATCH] audio/dbus: Fix building with modules enabled on macOS

2022-02-03 Thread Philippe Mathieu-Daudé via
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") Signed-off-by: Philippe Mathieu-Daudé ---