mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-04 07:56:47 +02:00
nwg-launchers: update
This commit is contained in:
parent
6f7f8eb8e4
commit
d634877e31
27
recipes-gtk/nwg-shell/nwg-launchers/0001-meson.build.patch
Normal file
27
recipes-gtk/nwg-shell/nwg-launchers/0001-meson.build.patch
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
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
|
||||||
|
|
@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
|||||||
|
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
gtkmm3 \
|
gtkmm3 \
|
||||||
|
librsvg \
|
||||||
nlohmann-json \
|
nlohmann-json \
|
||||||
"
|
"
|
||||||
|
|
||||||
@ -26,9 +27,10 @@ PACKAGECONFIG ?= " \
|
|||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/nwg-piotr/nwg-launchers.git;protocol=https;branch=master \
|
git://github.com/nwg-piotr/nwg-launchers.git;protocol=https;branch=master \
|
||||||
|
file://0001-meson.build.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "eb007dd3e583a007e0055973453c8ec149ec0b01"
|
SRCREV = "7cc3ad0bcd142f25efb5251941aec9d25366cb3a"
|
||||||
PV = "0.6.3"
|
PV = "0.7.0"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user