[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 5/7] audio: Depend on dbus_display1_dep
From: |
marcandre . lureau |
Subject: |
[PULL 5/7] audio: Depend on dbus_display1_dep |
Date: |
Fri, 16 Feb 2024 17:31:38 +0400 |
From: Akihiko Odaki <akihiko.odaki@daynix.com>
dbusaudio needs dbus_display1_dep.
Fixes: 739362d4205c ("audio: add "dbus" audio backend")
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20240214-dbus-v7-1-7eff29f04c34@daynix.com>
---
audio/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/audio/meson.build b/audio/meson.build
index c8f658611f..608f35e6af 100644
--- a/audio/meson.build
+++ b/audio/meson.build
@@ -30,7 +30,8 @@ endforeach
if dbus_display
module_ss = ss.source_set()
- module_ss.add(when: [gio, pixman], if_true: files('dbusaudio.c'))
+ module_ss.add(when: [gio, dbus_display1_dep, pixman],
+ if_true: files('dbusaudio.c'))
audio_modules += {'dbus': module_ss}
endif
--
2.43.1
- [PULL 0/7] Ui patches, marcandre . lureau, 2024/02/16
- [PULL 2/7] ui/clipboard: mark type as not available when there is no data, marcandre . lureau, 2024/02/16
- [PULL 6/7] meson: Explicitly specify dbus-display1.h dependency, marcandre . lureau, 2024/02/16
- [PULL 1/7] ui: reject extended clipboard message if not activated, marcandre . lureau, 2024/02/16
- [PULL 4/7] ui/console: Fix console resize with placeholder surface, marcandre . lureau, 2024/02/16
- [PULL 3/7] ui/clipboard: add asserts for update and request, marcandre . lureau, 2024/02/16
- [PULL 7/7] tests/qtest: Depend on dbus_display1_dep, marcandre . lureau, 2024/02/16
- [PULL 5/7] audio: Depend on dbus_display1_dep,
marcandre . lureau <=
- Re: [PULL 0/7] Ui patches, Peter Maydell, 2024/02/20