diff --git a/recipes-support/hyprland/hyprland/0001-meson.build-use-pkgconfig-for-glaze.patch b/recipes-support/hyprland/hyprland/0001-meson.build-use-pkgconfig-for-glaze.patch new file mode 100644 index 0000000..a2aa7a6 --- /dev/null +++ b/recipes-support/hyprland/hyprland/0001-meson.build-use-pkgconfig-for-glaze.patch @@ -0,0 +1,28 @@ +From 9101c92cf13f74c7a89e2e9e71e18caf43a14674 Mon Sep 17 00:00:00 2001 +From: Markus Volk +Date: Fri, 27 Dec 2024 17:38:28 +0100 +Subject: [PATCH] meson.build: use pkgconfig for glaze + +Signed-off-by: Markus Volk + +Upstream-Status: Inappropriate [oe-specific] +--- + hyprpm/src/meson.build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/hyprpm/src/meson.build b/hyprpm/src/meson.build +index fd914f9d..36c2eb03 100644 +--- a/hyprpm/src/meson.build ++++ b/hyprpm/src/meson.build +@@ -8,7 +8,7 @@ executable( + dependency('hyprutils', version: '>= 0.1.1'), + dependency('threads'), + dependency('tomlplusplus'), +- dependency('glaze', method: 'cmake'), ++ dependency('glaze'), + ], + install: true, + ) +-- +2.47.1 + diff --git a/recipes-support/hyprland/hyprland_git.bb b/recipes-support/hyprland/hyprland_git.bb index 94d8ebc..8339546 100644 --- a/recipes-support/hyprland/hyprland_git.bb +++ b/recipes-support/hyprland/hyprland_git.bb @@ -10,6 +10,7 @@ REQUIRED_DISTRO_FEATURES = "wayland opengl" DEPENDS += " \ aquamarine \ cairo \ + glaze \ hyprcursor \ hyprgraphics \ hyprlang \ @@ -43,8 +44,8 @@ RRECOMMENDS:${PN} ?= " \ " SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1" - -SRCREV = "0bd541f2fd902dbfa04c3ea2ccf679395e316887" +SRC_URI += "file://0001-meson.build-use-pkgconfig-for-glaze.patch" +SRCREV = "775111b6032185c9ef164d7ba1417a875c1d0287" PV = "0.46.2" S = "${WORKDIR}/git"