From f542ed5f494cdc04aa4508493f179aa85b1e2c0e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 26 Nov 2023 21:53:28 +0100 Subject: [PATCH] wayfire: update --- recipes-wlroots/wayfire/wayfire_git.bb | 4 ++-- recipes-wlroots/wayfire/wcm_git.bb | 2 +- recipes-wlroots/wayfire/wf-config_git.bb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-wlroots/wayfire/wayfire_git.bb b/recipes-wlroots/wayfire/wayfire_git.bb index 9246742..3fe3f0d 100644 --- a/recipes-wlroots/wayfire/wayfire_git.bb +++ b/recipes-wlroots/wayfire/wayfire_git.bb @@ -38,7 +38,7 @@ RRECOMMENDS:${PN} += " \ PACKAGECONFIG[gles32] = "-Denable_gles32=true,-Denable_gles32=false" PACKAGECONFIG[use_system_wfconfig] = "-Duse_system_wfconfig=enabled,-Duse_system_wfconfig=disabled,wf-config" -PACKAGECONFIG[use_system_wlroots] = "-Duse_system_wlroots=enabled,-Duse_system_wlroots=disabled,wlroots-0.16" +PACKAGECONFIG[use_system_wlroots] = "-Duse_system_wlroots=enabled,-Duse_system_wlroots=disabled,wlroots-0.17" PACKAGECONFIG[x11] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-renderutil xcb-util-wm" PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native" @@ -51,7 +51,7 @@ PACKAGECONFIG ?= " \ SRC_URI = "gitsm://github.com/WayfireWM/wayfire.git;protocol=https;nobranch=1" -SRCREV = "1d209ce356b449f16d93a77ebad87f4c3b9e7423" +SRCREV = "97e6702ec65e73b4659087a63c71495cf70dccd8" PV = "0.8.0" S = "${WORKDIR}/git" diff --git a/recipes-wlroots/wayfire/wcm_git.bb b/recipes-wlroots/wayfire/wcm_git.bb index 1307389..898ff63 100644 --- a/recipes-wlroots/wayfire/wcm_git.bb +++ b/recipes-wlroots/wayfire/wcm_git.bb @@ -17,7 +17,7 @@ DEPENDS = " \ REQUIRED_DISTRO_FEATURES = "wayland" SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;nobranch=1" -SRCREV = "8b4386ce872023e95b2b6493edb8bb314d2d4747" +SRCREV = "fb9dd5746c077f60a34ff1f70d7ef3f70e5a59b5" S = "${WORKDIR}/git" PV = "0.8.0" diff --git a/recipes-wlroots/wayfire/wf-config_git.bb b/recipes-wlroots/wayfire/wf-config_git.bb index 0e848ee..5fb2207 100644 --- a/recipes-wlroots/wayfire/wf-config_git.bb +++ b/recipes-wlroots/wayfire/wf-config_git.bb @@ -15,7 +15,7 @@ DEPENDS = " \ REQUIRED_DISTRO_FEATURES = "wayland" SRC_URI = "git://github.com/WayfireWM/wf-config.git;protocol=https;branch=master" -SRCREV = "8d96a30a4def766ddb45c5620234ebf76788ccd4" +SRCREV = "af1bddc9d7191b9902edcb4c74572eac65577806" PV = "0.8.0" S = "${WORKDIR}/git"