summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-05-25 12:38:57 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-06-03 11:15:53 +0200
commitb1181b39830d082f693f45bd827c5534d085b960 (patch)
tree08b7207c85833368d33830f29d3b545e05067962 /rules/host-glib.make
parent1dd42358fafcaa187a6d312358c6d1c34745f9e9 (diff)
downloadptxdist-b1181b39830d082f693f45bd827c5534d085b960.tar.gz
ptxdist-b1181b39830d082f693f45bd827c5534d085b960.tar.xz
[glib] add experimental glib-2.25.x
Add glib-2.25.x rules to ptxdist. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/host-glib.make')
-rw-r--r--rules/host-glib.make8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/host-glib.make b/rules/host-glib.make
index 268473f28..aa9a296dd 100644
--- a/rules/host-glib.make
+++ b/rules/host-glib.make
@@ -18,6 +18,14 @@ HOST_PACKAGES-$(PTXCONF_HOST_GLIB) += host-glib
#
HOST_GLIB_DIR = $(HOST_BUILDDIR)/$(GLIB)
+#
+# well, well, what can I say: HACK-warning
+#
+# this way we fool the patching not to patch us
+# and the autogen_dep script, not to run autogen on us
+#
+HOST_GLIB = host-$(GLIB)
+
ifdef PTXCONF_HOST_GLIB
$(STATEDIR)/autogen-tools: $(STATEDIR)/host-glib.install.post
endif