Luciano Santos
314ea449e3
OBS-URL: https://build.opensuse.org/request/show/636952 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=189
30 lines
761 B
Diff
30 lines
761 B
Diff
From a68cfd769904c621fb2ebc0c4f24f2659fa283de Mon Sep 17 00:00:00 2001
|
|
From: Jan Tojnar <jtojnar@gmail.com>
|
|
Date: Fri, 7 Sep 2018 16:12:59 +0200
|
|
Subject: [PATCH] meson: Install warnlib
|
|
|
|
For some reason, meson build system did not install warnlib.
|
|
Let's do it.
|
|
|
|
Patch from Arch Linux
|
|
---
|
|
tests/meson.build | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/tests/meson.build b/tests/meson.build
|
|
index 71cd97fe..18cc0807 100644
|
|
--- a/tests/meson.build
|
|
+++ b/tests/meson.build
|
|
@@ -8,6 +8,8 @@ test_regress_incdirs = include_directories(['.', 'scanner'])
|
|
installed_sources = [
|
|
'scanner/regress.c',
|
|
'scanner/regress.h',
|
|
+ 'scanner/warnlib.c',
|
|
+ 'scanner/warnlib.h',
|
|
'gimarshallingtests.c',
|
|
'gimarshallingtests.h',
|
|
'gitestmacros.h',
|
|
--
|
|
2.18.0
|
|
|