[PATCH v4 0/2] meson: Fixes for dbus modules

Akihiko Odaki posted 2 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231217-dbus-v4-0-4fd5410bf04f@daynix.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
MAINTAINERS                     |  2 +-
ui/dbus.h                       |  2 +-
audio/dbusaudio.c               |  3 +--
tests/qtest/dbus-display-test.c |  2 +-
audio/meson.build               |  2 +-
tests/qtest/meson.build         |  2 +-
ui/meson.build                  | 20 +-------------------
{ui => util}/dbus-display1.xml  |  0
util/meson.build                | 21 +++++++++++++++++++++
9 files changed, 28 insertions(+), 26 deletions(-)
[PATCH v4 0/2] meson: Fixes for dbus modules
Posted by Akihiko Odaki 1 year, 11 months ago
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 v4:
- Moved dbus_display1 to util.
- Link to v3: https://lore.kernel.org/r/20231216-dbus-v3-0-b4bcbed7374a@daynix.com

Changes in v3:
- Merged dbus_display1_lib into libqemuutil.
- Added patch "audio: Do not include ui/dbus.h".
- Link to v2: https://lore.kernel.org/r/20231215-dbus-v2-0-1e2e6aa02115@daynix.com

Changes in v2:
- Updated MAINTAINERS.
- Link to v1: https://lore.kernel.org/r/20231215-dbus-v1-0-349e059ac5b2@daynix.com

---
Akihiko Odaki (2):
      util: Move dbus_display1 to util
      audio: Do not include ui/dbus.h

 MAINTAINERS                     |  2 +-
 ui/dbus.h                       |  2 +-
 audio/dbusaudio.c               |  3 +--
 tests/qtest/dbus-display-test.c |  2 +-
 audio/meson.build               |  2 +-
 tests/qtest/meson.build         |  2 +-
 ui/meson.build                  | 20 +-------------------
 {ui => util}/dbus-display1.xml  |  0
 util/meson.build                | 21 +++++++++++++++++++++
 9 files changed, 28 insertions(+), 26 deletions(-)
---
base-commit: 4705fc0c8511d073bee4751c3c974aab2b10a970
change-id: 20231215-dbus-86876ecb7b09

Best regards,
-- 
Akihiko Odaki <akihiko.odaki@daynix.com>