mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 13:38:22 +01:00
greetd: add RDEPENDS:${PN} for its greeters
This commit is contained in:
parent
3d369df2a1
commit
fac6b4b1ed
@ -12,6 +12,8 @@ inherit cargo
|
||||
|
||||
CARGO_SRC_DIR = "agreety"
|
||||
|
||||
RDEPENDS:${PN} = "greetd"
|
||||
|
||||
SRC_URI += " \
|
||||
crate://crates.io/arc-swap/0.4.6 \
|
||||
crate://crates.io/async-trait/0.1.31 \
|
||||
|
@ -4,6 +4,7 @@ LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
|
||||
DEPENDS = "gtk+3 json-c"
|
||||
RDEPENDS:${PN} = "greetd"
|
||||
|
||||
PACKAGECONFIG[layershell] = "-Dlayershell=enabled,-Dlayershell=disabled,gtk-layer-shell"
|
||||
|
||||
|
@ -3,6 +3,8 @@ HOMEPAGE = "https://github.com/apognu/tuigreet.git"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
|
||||
RDEPENDS:${PN} = "greetd"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/apognu/tuigreet.git;protocol=https;nobranch=1 \
|
||||
crate://crates.io/ahash/0.7.6 \
|
||||
|
@ -4,6 +4,7 @@ LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
|
||||
DEPENDS = "wayland wayland-protocols wayland-native"
|
||||
RDEPENDS:${PN} = "greetd"
|
||||
|
||||
inherit cargo pkgconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user