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 deleted file mode 100644 index de24562..0000000 --- a/recipes-wlroots/phoc/phoc/0001-meson.build-dont-build-subprojects.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 92e876d5f678228971512045144b0e8b572b9953 Mon Sep 17 00:00:00 2001 -From: Markus Volk -Date: Tue, 15 Aug 2023 07:23:23 +0200 -Subject: [PATCH] meson.build: dont build subprojects - -Upstream-Status: Inappropriate - -Signed-off-by: Markus Volk ---- - meson.build | 9 ++------- - 1 file changed, 2 insertions(+), 7 deletions(-) - -diff --git a/meson.build b/meson.build -index 77b8971..e5b0908 100644 ---- a/meson.build -+++ b/meson.build -@@ -40,13 +40,7 @@ wayland_protos = dependency('wayland-protocols', version: '>=1.15') - wayland_server = dependency('wayland-server') - xkbcommon = dependency('xkbcommon') - math = cc.find_library('m') --gmobile = subproject('gmobile', -- default_options: [ -- 'examples=false', -- 'gtk_doc=false', -- 'tests=false', -- ]) --gmobile_dep = gmobile.get_variable('gmobile_dep') -+gmobile_dep = dependency('gmobile', version: '>= 0.0.3') - - embed_wlroots = get_option('embed-wlroots') - --- -2.41.0 - diff --git a/recipes-wlroots/phoc/phoc_git.bb b/recipes-wlroots/phoc/phoc_git.bb index 1e39fa7..5d316b4 100644 --- a/recipes-wlroots/phoc/phoc_git.bb +++ b/recipes-wlroots/phoc/phoc_git.bb @@ -24,13 +24,11 @@ DEPENDS += " \ " SRC_URI = " \ - git://gitlab.gnome.org/World/Phosh/phoc.git;protocol=https;nobranch=1 \ - file://0001-meson.build-dont-build-subprojects.patch \ -" + git://gitlab.gnome.org/World/Phosh/phoc.git;protocol=https;nobranch=1" S = "${WORKDIR}/git" -PV = "0.36.0" -SRCREV = "70bbce162e4736a43a4e7bf5fad308e476a4b340" +PV = "0.39.0" +SRCREV = "3d01448739b7e5605238301e473a063c7955ab21" inherit features_check gsettings meson pkgconfig