From 3696d07812d977ca14ecdf6637e84e2878f9320e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 9 Dec 2025 21:16:33 +0100 Subject: [PATCH] hyprland-protocols: use cmake buildsystem --- .../hyprland/hyprland-protocols/hyprland-protocols_0.7.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-support/hyprland/hyprland-protocols/hyprland-protocols_0.7.0.bb b/recipes-support/hyprland/hyprland-protocols/hyprland-protocols_0.7.0.bb index 2f8e901..0026f5b 100644 --- a/recipes-support/hyprland/hyprland-protocols/hyprland-protocols_0.7.0.bb +++ b/recipes-support/hyprland/hyprland-protocols/hyprland-protocols_0.7.0.bb @@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25" SRC_URI = "git://github.com/hyprwm/hyprland-protocols.git;protocol=https;branch=main" -SRCREV = "bd153e76f751f150a09328dbdeb5e4fab9d23622" +SRCREV = "3f3860b869014c00e8b9e0528c7b4ddc335c21ab" -inherit meson +inherit cmake