summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2007-02-02 14:03:38 +0000
committerLuotao Fu <l.fu@pengutronix.de>2007-02-02 14:03:38 +0000
commit610cb89147206c04b4149573e6e0b2d3a39d3b72 (patch)
tree27a3e5a93a978c959c7f10bfc03aaab09225a17d /rules/glib.in
parentb226439389fb7466fe19d882251e59ea92f42d8f (diff)
downloadptxdist-610cb89147206c04b4149573e6e0b2d3a39d3b72.tar.gz
ptxdist-610cb89147206c04b4149573e6e0b2d3a39d3b72.tar.xz
added glib hosttool to enable crosscompiling on machines without glib-genmarshal
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6983 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glib.in')
-rw-r--r--rules/glib.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/glib.in b/rules/glib.in
index 289e4903b..77066c608 100644
--- a/rules/glib.in
+++ b/rules/glib.in
@@ -1,6 +1,7 @@
config GLIB
bool
prompt "glib"
+ select HOST_GLIB
help
GLib is a library containing many useful C
routines for things such as trees, hashes,