aboutsummaryrefslogtreecommitdiff
path: root/x11/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-02-16 17:17:44 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-02-16 17:17:44 +0000
commit2f014352ef1321b3bf5ecbd6be93eb5545633a83 (patch)
treee678c95f1730f8dc2e83e8aa97422d49e9463cf6 /x11/Makefile
parent3790b1e5b582af8d3a6e8d5c6f22db954811bea8 (diff)
downloadports-2f014352ef1321b3bf5ecbd6be93eb5545633a83.tar.gz
ports-2f014352ef1321b3bf5ecbd6be93eb5545633a83.zip
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. These libraries are currently included, roughly ordered by maturity: render-util: Convenience functions for the Render extension. aux: Convenient access to connection setup and some core requests. atom: Standard core X atom constants and atom caching. property: Callback X property-change handling. icccm: Both client and window-manager helpers for ICCCM. keysyms: Standard X key constants and conversion to/from keycodes. event: Callback X event handling. image: Port of Xlib's XImage and XShmImage functions. wm: Framework for window manager implementation. WWW: http://xcb.freedesktop.org/ PR: ports/117236 Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr>
Notes
Notes: svn path=/head/; revision=207355
Diffstat (limited to 'x11/Makefile')
-rw-r--r--x11/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 1769e56181f2..71d185b773db 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -323,6 +323,7 @@
SUBDIR += xcalib
SUBDIR += xcb
SUBDIR += xcb-proto
+ SUBDIR += xcb-util
SUBDIR += xclick
SUBDIR += xclip
SUBDIR += xclipboard