wayfire: update

This commit is contained in:
Markus Volk 2024-08-25 07:58:10 +02:00
parent 8ea6369d2b
commit eadcf0a48c
4 changed files with 10 additions and 9 deletions

View File

@ -46,12 +46,13 @@ PACKAGECONFIG ?= " \
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11', d)} \
gles32 \ gles32 \
use_system_wlroots \ use_system_wlroots \
use_system_wfconfig \
" "
SRC_URI = "gitsm://github.com/WayfireWM/wayfire.git;protocol=https;nobranch=1" SRC_URI = "gitsm://github.com/WayfireWM/wayfire.git;protocol=https;nobranch=1"
SRCREV = "44e1fa9c62e1f8c9f35cedbf3e86c6a0247e0b79" SRCREV = "15065ca1a2e3a596db3dbcba64823c5dee90f191"
PV = "0.8.1" PV = "0.9.0"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check

View File

@ -17,9 +17,9 @@ DEPENDS = " \
REQUIRED_DISTRO_FEATURES = "wayland" REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;nobranch=1" SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;nobranch=1"
SRCREV = "fb9dd5746c077f60a34ff1f70d7ef3f70e5a59b5" SRCREV = "74a16f5ca6aaff9f17e8a38976968b3007c74e87"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.8.0" PV = "0.9.0"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check

View File

@ -15,8 +15,8 @@ DEPENDS = " \
REQUIRED_DISTRO_FEATURES = "wayland" REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = "git://github.com/WayfireWM/wf-config.git;protocol=https;branch=master" SRC_URI = "git://github.com/WayfireWM/wf-config.git;protocol=https;branch=master"
SRCREV = "aba330e7e22bbbeb5147af6e2cb0f30fb840cdd8" SRCREV = "fd420e8ae6bfda7fb0c4979c198dd82db6c3bd72"
PV = "0.8.1" PV = "0.9.0"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -20,10 +20,10 @@ DEPENDS = " \
REQUIRED_DISTRO_FEATURES = "wayland" REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = "gitsm://github.com/WayfireWM/wf-shell.git;protocol=https;branch=0.8.x" SRC_URI = "gitsm://github.com/WayfireWM/wf-shell.git;protocol=https;branch=0.9.x"
SRCREV = "973569f24359ee3af6b2426a3e55330fce2e4494" SRCREV = "9cac0ac6301803188ff0c4f4d5cdbf762fd3e911"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.8.1" PV = "0.9.0"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check