mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-01-27 15:02:48 +01:00
hyprland: update
This commit is contained in:
parent
1ad658a760
commit
3f894b6fb1
@ -0,0 +1,28 @@
|
||||
From 9101c92cf13f74c7a89e2e9e71e18caf43a14674 Mon Sep 17 00:00:00 2001
|
||||
From: Markus Volk <f_l_k@t-online.de>
|
||||
Date: Fri, 27 Dec 2024 17:38:28 +0100
|
||||
Subject: [PATCH] meson.build: use pkgconfig for glaze
|
||||
|
||||
Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
||||
|
||||
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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user