Skip to content

Commit a95a464

Browse files
elmarcorth7680
authored andcommitted
audio: dbus requires pixman
Commit commit 6cc5a61 ("ui/dbus: win32 support") has broken audio/dbus compilation when pixman is not included. Fixes: https://gitlab.com/qemu-project/qemu/-/issues/1739 Signed-off-by: Marc-André Lureau <[email protected]> Message-Id: <[email protected]> Signed-off-by: Richard Henderson <[email protected]>
1 parent d39a84b commit a95a464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audio/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ endforeach
3131

3232
if dbus_display
3333
module_ss = ss.source_set()
34-
module_ss.add(when: gio, if_true: files('dbusaudio.c'))
34+
module_ss.add(when: [gio, pixman], if_true: files('dbusaudio.c'))
3535
audio_modules += {'dbus': module_ss}
3636
endif
3737

0 commit comments

Comments
 (0)