mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58: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"
|
CARGO_SRC_DIR = "agreety"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = "greetd"
|
||||||
|
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
crate://crates.io/arc-swap/0.4.6 \
|
crate://crates.io/arc-swap/0.4.6 \
|
||||||
crate://crates.io/async-trait/0.1.31 \
|
crate://crates.io/async-trait/0.1.31 \
|
||||||
|
@ -4,6 +4,7 @@ LICENSE = "GPL-3.0-only"
|
|||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||||
|
|
||||||
DEPENDS = "gtk+3 json-c"
|
DEPENDS = "gtk+3 json-c"
|
||||||
|
RDEPENDS:${PN} = "greetd"
|
||||||
|
|
||||||
PACKAGECONFIG[layershell] = "-Dlayershell=enabled,-Dlayershell=disabled,gtk-layer-shell"
|
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"
|
LICENSE = "GPL-3.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = "greetd"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/apognu/tuigreet.git;protocol=https;nobranch=1 \
|
git://github.com/apognu/tuigreet.git;protocol=https;nobranch=1 \
|
||||||
crate://crates.io/ahash/0.7.6 \
|
crate://crates.io/ahash/0.7.6 \
|
||||||
|
@ -4,6 +4,7 @@ LICENSE = "GPL-3.0-only"
|
|||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||||
|
|
||||||
DEPENDS = "wayland wayland-protocols wayland-native"
|
DEPENDS = "wayland wayland-protocols wayland-native"
|
||||||
|
RDEPENDS:${PN} = "greetd"
|
||||||
|
|
||||||
inherit cargo pkgconfig
|
inherit cargo pkgconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user