gdm: remove dbus-broker from RCONFLICTS

After further debugging it turned out that the root cause of my issue
was a race condition between gdm and kmscon and switching to dbus just changed the
condition to my favour. gdm itself can work with dbus-broker, so this
statement is false

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Markus Volk
2026-09-08 08:23:16 -07:00
committed by Khem Raj
parent a23b5ec9fe
commit fa8c85fb3b
+1 -4
View File
@@ -78,7 +78,4 @@ FILES:${PN} += " \
${systemd_unitdir} ${systemd_user_unitdir} \
"
RDEPENDS:${PN} += "${PN}-base"
# gdm relies on dbus-run-session provided by dbus
RCONFLICTS:${PN} += "dbus-broker"
RDEPENDS:${PN} += "dbus"
RDEPENDS:${PN} += "${PN}-base ${VIRTUAL-RUNTIME_dbus}"