summaryrefslogtreecommitdiffstats
path: root/src/glibmm-1-fix-glib-compile-schemas.patch
blob: 0cb483fb17931c960da67a289bc5e094c42eb0b2 (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
30
31
This file is part of mingw-cross-env.
See doc/index.html for further information.

This patch has been taken from:
https://bugzilla.gnome.org/show_bug.cgi?id=648485

diff --git a/examples/Makefile.am b/examples/Makefile.am
index d5225e6..25e6714 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -97,6 +97,6 @@ dist_noinst_DATA = settings/org.gtkmm.demo.gschema.xml
 CLEANFILES = settings/gschemas.compiled
 
 settings/gschemas.compiled: $(srcdir)/settings/org.gtkmm.demo.gschema.xml
-	$(AM_V_GEN)glib-compile-schemas --targetdir=settings $(srcdir)/settings
+	$(AM_V_GEN)$(GLIB_COMPILE_SCHEMAS) --targetdir=settings $(srcdir)/settings
 
 all-local: settings/gschemas.compiled
diff --git a/examples/Makefile.in b/examples/Makefile.in
index 17ce00a..20bfd16 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -924,7 +924,7 @@ uninstall-am:
 
 
 settings/gschemas.compiled: $(srcdir)/settings/org.gtkmm.demo.gschema.xml
-	$(AM_V_GEN)glib-compile-schemas --targetdir=settings $(srcdir)/settings
+	$(AM_V_GEN)$(GLIB_COMPILE_SCHEMAS) --targetdir=settings $(srcdir)/settings
 
 all-local: settings/gschemas.compiled
 # Tell versions [3.59,3.63) of GNU make to not export all variables.