summaryrefslogtreecommitdiff
path: root/app-i18n/imsettings/files/imsettings-1.5.0-gir-scanner.patch
blob: be7350f9401f4adf1bb54581a9b0709d198a3972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 75e1ec9cea4bb9f108c0637a4b62cabfa500ed61 Mon Sep 17 00:00:00 2001
From: Akira TAGOH <akira@tagoh.org>
Date: Wed, 3 Apr 2013 19:37:15 +0900
Subject: [PATCH] Fix a build issue with the latest gobject-introspection

---
 imsettings/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/imsettings/Makefile.am b/imsettings/Makefile.am
index 574480a..8e5999a 100644
--- a/imsettings/Makefile.am
+++ b/imsettings/Makefile.am
@@ -117,9 +117,11 @@ IMSettings_1_3_gir_INCLUDES =		\
 	GObject-2.0			\
 	Gio-2.0				\
 	$(NULL)
+IMSettings_1_3_gir_SCANNERFLAGS =	\
+	--symbol-prefix=imsettings	\
+	$(NULL)
 IMSettings_1_3_gir_CFLAGS =		\
 	$(INCLUDES)			\
-	--symbol-prefix=imsettings	\
 	$(NULL)
 IMSettings_1_3_gir_LIBS = libimsettings.la
 IMSettings_1_3_gir_FILES = $(introspection_sources)
-- 
1.8.5.2