summaryrefslogtreecommitdiffstats
path: root/rules/libxcb.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2007-10-19 14:08:00 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2007-10-19 14:08:00 +0000
commitac648c7bac43a5cefff95edfd20880c459f52edf (patch)
tree8b7f9dfb0e612a6771162a3670c3be461f52d807 /rules/libxcb.in
parent3276365c54fb7e8e3fd2cc0eb4f128c90cb11962 (diff)
downloadptxdist-ac648c7bac43a5cefff95edfd20880c459f52edf.tar.gz
ptxdist-ac648c7bac43a5cefff95edfd20880c459f52edf.tar.xz
* xorg: Update to Xorg 7.3. Add new dependencies libxcb and
pixman. Update all packages to the corresponding versions. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7540 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxcb.in')
-rw-r--r--rules/libxcb.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/libxcb.in b/rules/libxcb.in
new file mode 100644
index 000000000..473747cb8
--- /dev/null
+++ b/rules/libxcb.in
@@ -0,0 +1,12 @@
+config LIBXCB
+ bool
+ prompt "libxcb"
+ select XCB_PROTO
+ select LIBXSLT
+ select LIBXSLT_XSLTPROC
+ select LIBPTHREAD_STUBS
+ select XORG_LIB_XAU
+ help
+ The X protocol C-language Binding (XCB) is a replacement for Xlib
+ featuring a small footprint, latency hiding, direct access to the
+ protocol, improved threading support, and extensibility.