From 207984b2ea25876a36594298f3d3d009f0fe81d4 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 29 Feb 2024 15:13:07 +0100 Subject: [PATCH] phoc: update --- .../phoc/0001-meson.build-dont-build-subprojects.patch | 9 --------- recipes-wlroots/phoc/phoc_git.bb | 4 ++-- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/recipes-wlroots/phoc/phoc/0001-meson.build-dont-build-subprojects.patch b/recipes-wlroots/phoc/phoc/0001-meson.build-dont-build-subprojects.patch index be53485..de24562 100644 --- a/recipes-wlroots/phoc/phoc/0001-meson.build-dont-build-subprojects.patch +++ b/recipes-wlroots/phoc/phoc/0001-meson.build-dont-build-subprojects.patch @@ -29,15 +29,6 @@ index 77b8971..e5b0908 100644 embed_wlroots = get_option('embed-wlroots') -@@ -70,7 +64,7 @@ endif - if not embed_wlroots.disabled() and wlroots_proj.found() - wlroots = wlroots_proj.get_variable('wlroots') - else -- wlroots = dependency('wlroots', version: ['>= 0.17.0-dev', '< 0.18.0']) -+ wlroots = dependency('wlroots', version: ['>= 0.17.0', '< 0.18.0']) - endif - wlroots_has_xwayland = wlroots.get_variable(pkgconfig: 'have_xwayland', - internal: 'have_xwayland') == 'true' -- 2.41.0 diff --git a/recipes-wlroots/phoc/phoc_git.bb b/recipes-wlroots/phoc/phoc_git.bb index fb76998..812dc6a 100644 --- a/recipes-wlroots/phoc/phoc_git.bb +++ b/recipes-wlroots/phoc/phoc_git.bb @@ -31,8 +31,8 @@ SRC_URI = " \ " S = "${WORKDIR}/git" -PV = "0.34.0-beta1" -SRCREV = "a6796290d8dd4d2de4a4265a87de86597a52b538" +PV = "0.36.0" +SRCREV = "70bbce162e4736a43a4e7bf5fad308e476a4b340" inherit features_check gsettings meson pkgconfig