[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/3] meson: Fixes for dbus modules
From: |
Akihiko Odaki |
Subject: |
[PATCH v3 0/3] meson: Fixes for dbus modules |
Date: |
Sat, 16 Dec 2023 16:53:29 +0900 |
I found it was failing to build dbus modules when --enable-dbus so here
are fixes.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
Changes in v3:
- Merged dbus_display1_lib into libqemuutil.
- Added patch "audio: Do not include ui/dbus.h".
- Link to v2:
20231215-dbus-v2-0-1e2e6aa02115@daynix.com">https://lore.kernel.org/r/20231215-dbus-v2-0-1e2e6aa02115@daynix.com
Changes in v2:
- Updated MAINTAINERS.
- Link to v1:
20231215-dbus-v1-0-349e059ac5b2@daynix.com">https://lore.kernel.org/r/20231215-dbus-v1-0-349e059ac5b2@daynix.com
---
Akihiko Odaki (3):
Move dbus-display1 out of ui
meson: Add dbus_display1 to util_ss and genh
audio: Do not include ui/dbus.h
MAINTAINERS | 1 +
meson.build | 23 +++++++++++++++++++++++
ui/dbus.h | 2 +-
audio/dbusaudio.c | 3 +--
tests/qtest/dbus-display-test.c | 2 +-
audio/meson.build | 2 +-
ui/dbus-display1.xml => dbus-display1.xml | 0
tests/qtest/meson.build | 2 +-
ui/meson.build | 20 +-------------------
9 files changed, 30 insertions(+), 25 deletions(-)
---
base-commit: 4705fc0c8511d073bee4751c3c974aab2b10a970
change-id: 20231215-dbus-86876ecb7b09
Best regards,
--
Akihiko Odaki <akihiko.odaki@daynix.com>
- [PATCH v3 0/3] meson: Fixes for dbus modules,
Akihiko Odaki <=