mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
nwg-launchers: update
This commit is contained in:
parent
83e88e6eb4
commit
8f782173fc
@ -1,27 +0,0 @@
|
||||
From e8e259b76082189d5ed504f8e7a4aabb26f199a7 Mon Sep 17 00:00:00 2001
|
||||
From: Markus Volk <f_l_k@t-online.de>
|
||||
Date: Wed, 19 Oct 2022 13:54:52 +0200
|
||||
Subject: [PATCH] meson.build:
|
||||
|
||||
README.md generation has recently been reworked and is currently broken
|
||||
for crosscompilation.
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 33fb839..d8d46c9 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -74,7 +74,7 @@ endif
|
||||
|
||||
# generate README.md from template
|
||||
# make sure to copy it to the source directory!
|
||||
-if python.found()
|
||||
+if python.found() and not meson.is_cross_build()
|
||||
readme = custom_target('readme',
|
||||
output: [ 'README.md' ],
|
||||
input: [ 'README.md.in' ],
|
||||
--
|
||||
2.34.1
|
||||
|
@ -25,11 +25,8 @@ PACKAGECONFIG ?= " \
|
||||
layer-shell \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/nwg-piotr/nwg-launchers.git;protocol=https;branch=master \
|
||||
file://0001-meson.build.patch \
|
||||
"
|
||||
SRCREV = "230a5373b696ef3211acb8564efc3813afdad935"
|
||||
SRC_URI = "git://github.com/nwg-piotr/nwg-launchers.git;protocol=https;branch=master"
|
||||
SRCREV = "c4d8d369782d32becfe8a8105abec9b61119a629"
|
||||
PV = "0.7.1.1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user