Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=8ab4953514d11a93b9fdee311a431ea782981e1b
commit 8ab4953514d11a93b9fdee311a431ea782981e1b Author: Elentir <[email protected]> Date: Mon Feb 8 20:24:30 2010 +0100 add libxcb package for gui image diff --git a/Makefile b/Makefile index 3bdf82c..ec715d5 100644 --- a/Makefile +++ b/Makefile @@ -718,4 +718,10 @@ libxau: $(UNPACK); \ cp -a usr/lib/libXau.so* ../libxau/usr/lib +libxcb: + $(CLEANUP) + mkdir -p libxcb/usr/lib + $(UNPACK); \ + cp -a usr/lib/libxcb.so* ../libxcb/usr/lib + .NOTPARALLEL: diff --git a/configure b/configure index 11858d7..a951c82 100755 --- a/configure +++ b/configure @@ -42,7 +42,7 @@ parser.add_option("--enable-gui", action="store_true", dest="gui", help="Build F # if we want the gui image, add appropriate package and remove useless ones if options.gui: - packages.extend(['coreutils', 'tzdata', 'libxau']) + packages.extend(['coreutils', 'tzdata', 'libxau', 'libxcb']) # if we want debug then we should add gdb and it's dependencies sys.stdout.write("checking for debug support... ") _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
