summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
diff options
context:
space:
mode:
authorGeorge McCollister <george.mccollister@gmail.com>2010-12-08 09:24:39 -0600
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-12-23 11:46:13 +0100
commit7ef06b7c6719255732e0b1cc158512f2e9e88d96 (patch)
tree3cd3117e81434f699808e637dd3f6cd7db18c7ef /rules/glib.in
parent72a5493301b2a9d05cfb89ec87734638b1610c12 (diff)
downloadptxdist-7ef06b7c6719255732e0b1cc158512f2e9e88d96.tar.gz
ptxdist-7ef06b7c6719255732e0b1cc158512f2e9e88d96.tar.xz
glib: check if splice() takes 6 arguments
checking for the presence of splice() isn't sufficient. Older implimentations only accept 4 arguments while this version of glib assumes that it takes 6. glib now selects HOST_GTK_DOC which it needs to do autogen. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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 e6cb8fcf8..f9f6ddefe 100644
--- a/rules/glib.in
+++ b/rules/glib.in
@@ -6,6 +6,7 @@ menuconfig GLIB
select GETTEXT if GLIB_GETTEXT_GETTEXT
select GETTEXT_DUMMY if GLIB_GETTEXT_DUMMY
select HOST_GLIB
+ select HOST_GTK_DOC
select ICONV
select ZLIB
help