[vte] build: Fix resource generation with glib < 2.50
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] build: Fix resource generation with glib < 2.50
- Date: Sat, 21 Oct 2017 15:09:46 +0000 (UTC)
commit 05f936a295b7af63e447ea74769aa32d59b12379
Author: Christian Persch <chpe src gnome org>
Date: Sat Oct 21 17:09:26 2017 +0200
build: Fix resource generation with glib < 2.50
https://bugzilla.gnome.org/show_bug.cgi?id=789290
src/app/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/app/Makefile.am b/src/app/Makefile.am
index 30cee24..93b6765 100644
--- a/src/app/Makefile.am
+++ b/src/app/Makefile.am
@@ -51,7 +51,7 @@ EXTRA_DIST += \
$(NULL)
resources.cc: app.gresource.xml Makefile $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies
--sourcedir $(srcdir) $(srcdir)/app.gresource.xml)
- $(AM_V_GEN) XMLLINT=$(XMLLINT) $(GLIB_COMPILE_RESOURCES) --target $@ --sourcedir $(srcdir) --generate
--c-name app $<
+ $(AM_V_GEN) XMLLINT=$(XMLLINT) $(GLIB_COMPILE_RESOURCES) --target $@ --sourcedir $(srcdir)
--generate-source --c-name app $<
.DELETE_ON_ERROR:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]