summaryrefslogtreecommitdiffstats
path: root/rules/libxcb.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-04-30 10:42:31 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2008-04-30 10:42:31 +0000
commit6711504a80ed639742b649a5b442c94e51cf559e (patch)
treec386d1752798ad7755fc6ded59938e19fede17ee /rules/libxcb.in
parent2180d71169c0aab708c4e935c6c26e562f5560f4 (diff)
downloadptxdist-6711504a80ed639742b649a5b442c94e51cf559e.tar.gz
ptxdist-6711504a80ed639742b649a5b442c94e51cf559e.tar.xz
* libxcb.in
- fix dependencies to host tools - adding note about a still open issue (XDMCP) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8111 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxcb.in')
-rw-r--r--rules/libxcb.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/rules/libxcb.in b/rules/libxcb.in
index 473747cb8..6b7b38291 100644
--- a/rules/libxcb.in
+++ b/rules/libxcb.in
@@ -1,11 +1,14 @@
-config LIBXCB
+menuconfig LIBXCB
bool
prompt "libxcb"
select XCB_PROTO
- select LIBXSLT
- select LIBXSLT_XSLTPROC
select LIBPTHREAD_STUBS
select XORG_LIB_XAU
+# configure tries to autodetect XDMCP support.
+# Is the line below the correct solution for this behavior?
+ select XORG_LIB_XDMCP if XORG_SERVER_EXT_XDMCP
+ select HOST_LIBXSLT
+ select HOST_LIBXSLT_XSLTPROC
help
The X protocol C-language Binding (XCB) is a replacement for Xlib
featuring a small footprint, latency hiding, direct access to the