system-config-printer: Update D-Bus runtime dependency declaration

In order to facilitate users who wish to use e.g. dbus-broker as their
runtime D-Bus implementation, change the Freedesktop.org specific D-Bus
runtime dependency to honor oe-core's new VIRTUAL-RUNTIME_dbus
variable.

With this change we also align with oe-core commit 5dfca64b78
("dbus-glib: depend on dbus, not dbus-x11") which mentions that

  dbus-x11 hasn't existed as a package since 2012[1] and is just a
  RPROVIDES in dbus, so depend on dbus directly instead.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Niko Mauno 2025-04-04 10:51:49 +00:00 committed by Khem Raj
parent 86c0c57ddd
commit 2cd4763dc1
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -38,7 +38,7 @@ FILES:${PN} += "${libdir} ${datadir}"
RDEPENDS:${PN} = " \
cups \
dbus-x11 \
${VIRTUAL-RUNTIME_dbus} \
gtk+3 \
libnotify \
python3-core \