nwg-launchers: update

This commit is contained in:
Markus Volk 2022-12-06 18:43:12 +01:00
parent 83e88e6eb4
commit 8f782173fc
2 changed files with 2 additions and 32 deletions

View File

@ -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

View File

@ -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"