mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-25 21:18:21 +01:00
Compare commits
3 Commits
8673fe5ad4
...
80031853e3
Author | SHA1 | Date | |
---|---|---|---|
|
80031853e3 | ||
|
4fd8538c22 | ||
|
3e8da76424 |
@ -4,7 +4,8 @@ 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"
|
RDEPENDS:${PN} += "greetd"
|
||||||
|
RRECOMMENDS:${PN} += "dbus-broker"
|
||||||
|
|
||||||
PACKAGECONFIG[layershell] = "-Dlayershell=enabled,-Dlayershell=disabled,gtk-layer-shell"
|
PACKAGECONFIG[layershell] = "-Dlayershell=enabled,-Dlayershell=disabled,gtk-layer-shell"
|
||||||
|
|
||||||
@ -22,5 +23,3 @@ EXTRA_OEMESON += " \
|
|||||||
--buildtype release \
|
--buildtype release \
|
||||||
-Dman-pages=disabled \
|
-Dman-pages=disabled \
|
||||||
"
|
"
|
||||||
|
|
||||||
CFLAGS += "-Wno-deprecated-declarations"
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
|
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
|
||||||
SRCREV = "844eb98250da448e17471f20beed23a5f5d33a3a"
|
SRCREV = "95fee7d0a7fa48828f5e9da1af6dc1fd7adb360d"
|
||||||
|
|
||||||
# Hack to allow patching the plugins
|
# Hack to allow patching the plugins
|
||||||
do_configure:prepend() {
|
do_configure:prepend() {
|
||||||
|
@ -42,8 +42,8 @@ RRECOMMENDS:${PN} ?= " \
|
|||||||
|
|
||||||
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1"
|
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1"
|
||||||
|
|
||||||
SRCREV = "af83c825138386d269d69b3ef755b844a2eacb22"
|
SRCREV = "500d2a3580388afc8b620b0a3624147faa34f98b"
|
||||||
PV = "0.45.0"
|
PV = "0.45.1"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check
|
||||||
|
Loading…
Reference in New Issue
Block a user