diff options
author | drochner <drochner@pkgsrc.org> | 2009-04-06 10:28:31 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-04-06 10:28:31 +0000 |
commit | a6cb398b00c313c44e18aa7a9744048847865ba7 (patch) | |
tree | 6aac4126c8d56081e429af1b28ece7ec32217e37 /x11 | |
parent | 0f13f8bac909850845e4541273cee2944beb8a46 (diff) | |
download | pkgsrc-a6cb398b00c313c44e18aa7a9744048847865ba7.tar.gz |
+ *xcb*
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index d3d84a220e2..70dd8c99e27 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.581 2009/03/16 08:39:23 jmcneill Exp $ +# $NetBSD: Makefile,v 1.582 2009/04/06 10:28:31 drochner Exp $ # COMMENT= Packages to support the X window system @@ -217,6 +217,7 @@ SUBDIR+= libgnomekbd SUBDIR+= liblbxutil SUBDIR+= liboldXrandr SUBDIR+= libunique +SUBDIR+= libxcb SUBDIR+= libxfce4gui SUBDIR+= libxfce4mcs SUBDIR+= libxfce4util @@ -357,6 +358,8 @@ SUBDIR+= xbindkeys-tk SUBDIR+= xbitmaps SUBDIR+= xcalc SUBDIR+= xcb +SUBDIR+= xcb-proto +SUBDIR+= xcb-util SUBDIR+= xclip SUBDIR+= xclock SUBDIR+= xcmiscproto |