mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
gtkgreet: add dbus-broker to RRECCOMMENDS
This commit is contained in:
parent
8673fe5ad4
commit
3e8da76424
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user