gtkgreet: add dbus-broker to RRECCOMMENDS

This commit is contained in:
Markus Volk 2024-11-19 17:35:41 +01:00
parent 8673fe5ad4
commit 3e8da76424

View File

@ -4,7 +4,8 @@ LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
DEPENDS = "gtk+3 json-c"
RDEPENDS:${PN} = "greetd"
RDEPENDS:${PN} += "greetd"
RRECOMMENDS:${PN} += "dbus-broker"
PACKAGECONFIG[layershell] = "-Dlayershell=enabled,-Dlayershell=disabled,gtk-layer-shell"
@ -22,5 +23,3 @@ EXTRA_OEMESON += " \
--buildtype release \
-Dman-pages=disabled \
"
CFLAGS += "-Wno-deprecated-declarations"