forked from pool/gupnp
Luciano Santos
d6c169e895
- Add upstream patches to fix build with meson 1.2.0: + a10c57bd.patch: Add missing "s" to wrap file syntax. + 884639bd.patch: properly spell [provide] in *.wrap files. OBS-URL: https://build.opensuse.org/request/show/1099199 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=142
26 lines
708 B
Diff
26 lines
708 B
Diff
From 884639bd29323cbb8fbd36bc69d08097a2ae2cd1 Mon Sep 17 00:00:00 2001
|
|
From: Jan Beich <jbeich@FreeBSD.org>
|
|
Date: Sun, 9 Jul 2023 03:30:47 +0000
|
|
Subject: [PATCH] build: properly spell [provide] in *.wrap files
|
|
|
|
meson.build:1:0: ERROR: Unexpected "[provides]" section, did you mean "[provide]"?
|
|
---
|
|
subprojects/gssdp-1.6.wrap | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/subprojects/gssdp-1.6.wrap b/subprojects/gssdp-1.6.wrap
|
|
index b0b6504..8adc1a2 100644
|
|
--- a/subprojects/gssdp-1.6.wrap
|
|
+++ b/subprojects/gssdp-1.6.wrap
|
|
@@ -3,6 +3,6 @@ url = https://gitlab.gnome.org/GNOME/gssdp.git
|
|
revision = master
|
|
depth = 1
|
|
|
|
-[provides]
|
|
+[provide]
|
|
dependency_name = gssdp-1.6
|
|
|
|
--
|
|
GitLab
|
|
|