mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
gtk-layer-shell: update
This commit is contained in:
parent
9c0f6b84e5
commit
e1747dae13
@ -1,23 +0,0 @@
|
|||||||
From 25e9ac8ce8aba85f0c4e3c643d517fecc6e2fd96 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Markus Volk <f_l_k@t-online.de>
|
|
||||||
Date: Sat, 9 Jul 2022 01:08:21 +0200
|
|
||||||
Subject: [PATCH] protocol/meson.build: dont use pkgconfig for wayland-scanner
|
|
||||||
|
|
||||||
wayland-scanner path gets read from target waylands .pc file. Avoid it
|
|
||||||
---
|
|
||||||
protocol/meson.build | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/protocol/meson.build b/protocol/meson.build
|
|
||||||
index 2ce0e0c..12f389f 100644
|
|
||||||
--- a/protocol/meson.build
|
|
||||||
+++ b/protocol/meson.build
|
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
-if wayland_scanner.found()
|
|
||||||
+if false
|
|
||||||
prog_wayland_scanner = find_program(wayland_scanner.get_pkgconfig_variable('wayland_scanner'))
|
|
||||||
else
|
|
||||||
prog_wayland_scanner = find_program('wayland-scanner')
|
|
||||||
--
|
|
||||||
2.25.1
|
|
||||||
|
|
@ -21,8 +21,8 @@ SRC_URI = " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.8.0"
|
PV = "0.8.1"
|
||||||
SRCREV = "08bef6b08ef7fd7c3380747e4a0d84c68209f21e"
|
SRCREV = "0ed957ce262c1063a011b16b59cda5c5de4b3b47"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check gobject-introspection vala
|
inherit meson pkgconfig features_check gobject-introspection vala
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user