diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-09 00:14:52 +0800 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-09 00:14:52 +0800 |
commit | 748baa01ca1add8dcbe2c8fed4aeaba10003c4cf (patch) | |
tree | b7b9da0d8fcdac9ae2c49934f50d707c851310f9 /x11/Makefile | |
parent | 67973ea154cd6e47e9f8250f1f4b2f18333a1969 (diff) | |
download | freebsd-ports-gnome-748baa01ca1add8dcbe2c8fed4aeaba10003c4cf.tar.gz freebsd-ports-gnome-748baa01ca1add8dcbe2c8fed4aeaba10003c4cf.tar.zst freebsd-ports-gnome-748baa01ca1add8dcbe2c8fed4aeaba10003c4cf.zip |
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.
WWW: http://xcb.freedesktop.org/
- Ashish Shukla
wahjava@gmail.com
PR: ports/102447
Submitted by: Ashish Shukla <wahjava at gmail.com>
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 366fe35d9cbf..422075ffea9c 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -155,6 +155,7 @@ SUBDIR += libgnomemm26 SUBDIR += libsx SUBDIR += libsynaptics + SUBDIR += libxcb SUBDIR += libxfce4mcs SUBDIR += libxfce4util SUBDIR += libxkbfile |