From 99d95fa55bfc18b792431057b94f13d431fc3e04 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 23 Dec 2024 18:15:10 +0100 Subject: [PATCH] wayfire: update --- recipes-wlroots/wayfire/wayfire_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-wlroots/wayfire/wayfire_git.bb b/recipes-wlroots/wayfire/wayfire_git.bb index 74959b3..2de4c8e 100644 --- a/recipes-wlroots/wayfire/wayfire_git.bb +++ b/recipes-wlroots/wayfire/wayfire_git.bb @@ -39,7 +39,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.17" +PACKAGECONFIG[use_system_wlroots] = "-Duse_system_wlroots=enabled,-Duse_system_wlroots=disabled,wlroots-0.18" PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-renderutil xcb-util-wm" PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native" @@ -52,7 +52,7 @@ PACKAGECONFIG ?= " \ SRC_URI = "gitsm://github.com/WayfireWM/wayfire.git;protocol=https;nobranch=1" -SRCREV = "15065ca1a2e3a596db3dbcba64823c5dee90f191" +SRCREV = "fdadd85665e3ec734d058c983495b2819da631c8" PV = "0.9.0" S = "${WORKDIR}/git"