package glibmm: remove merged patch

This commit is contained in:
Mark Brand 2011-05-10 14:05:20 +02:00
parent 47e4da7d06
commit 64eff5739c
1 changed files with 0 additions and 31 deletions

View File

@ -1,31 +0,0 @@
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.