diff --git a/recipes-wlroots/hyprland/hyprland/meson-build.patch b/recipes-wlroots/hyprland/hyprland/meson-build.patch index aefbf1b..54ba881 100644 --- a/recipes-wlroots/hyprland/hyprland/meson-build.patch +++ b/recipes-wlroots/hyprland/hyprland/meson-build.patch @@ -1,5 +1,15 @@ +From 596cf2f2e1cbe68ce5673711d84cbfd576d40db1 Mon Sep 17 00:00:00 2001 +From: Markus Volk +Date: Sun, 23 Jul 2023 10:19:54 +0200 +Subject: [PATCH] hyprland: update + +--- + meson.build | 17 +---------------- + src/meson.build | 6 +++--- + 2 files changed, 4 insertions(+), 19 deletions(-) + diff --git a/meson.build b/meson.build -index 1d2c7f9f..c5ef4e67 100644 +index 81d6e403..04503a3c 100644 --- a/meson.build +++ b/meson.build @@ -33,20 +33,7 @@ if cpp_compiler.check_header('execinfo.h') @@ -34,18 +44,19 @@ index 1d2c7f9f..c5ef4e67 100644 headers = globber.stdout().strip().split('\n') foreach file : headers diff --git a/src/meson.build b/src/meson.build -index 45701f5f..3505cefe 100644 +index 59771fcf..a77349c4 100644 --- a/src/meson.build +++ b/src/meson.build -@@ -9,17 +9,17 @@ executable('Hyprland', src, +@@ -9,7 +9,7 @@ executable('Hyprland', src, server_protos, dependency('wayland-server'), dependency('wayland-client'), - wlroots.get_variable('wlroots'), + dependency('wlroots'), dependency('cairo'), + dependency('hyprcursor'), dependency('hyprlang', version: '>= 0.3.2'), - dependency('libdrm'), +@@ -17,10 +17,10 @@ executable('Hyprland', src, dependency('egl'), dependency('xkbcommon'), dependency('libinput'), diff --git a/recipes-wlroots/hyprland/hyprland_git.bb b/recipes-wlroots/hyprland/hyprland_git.bb index 401317d..df817dd 100644 --- a/recipes-wlroots/hyprland/hyprland_git.bb +++ b/recipes-wlroots/hyprland/hyprland_git.bb @@ -10,6 +10,7 @@ REQUIRED_DISTRO_FEATURES = "wayland opengl" DEPENDS += " \ cairo \ + hyprcursor \ hyprlang \ jq-native \ libdrm \ @@ -39,8 +40,8 @@ SRC_URI = " \ file://meson-build.patch \ " -SRCREV = "1c460e98f870676b15871fe4e5bfeb1a32a3d6d8" -PV = "0.36.0" +SRCREV = "c5e28ebcfe00a510922779b2c568cfa52a317445" +PV = "0.37.1" S = "${WORKDIR}/git" inherit meson pkgconfig features_check