Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=fea2c72440bcd35e9fc98fa8ced6c279e1a440a0

commit fea2c72440bcd35e9fc98fa8ced6c279e1a440a0
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 8 20:27:06 2010 +0100

add libx11 package for gui image

diff --git a/Makefile b/Makefile
index a5cee9c..f98a540 100644
--- a/Makefile
+++ b/Makefile
@@ -730,4 +730,13 @@ libxdmcp:
$(UNPACK); \
cp -a usr/lib/libXdmcp.so* ../libxdmcp/usr/lib

+libx11:
+       $(CLEANUP)
+       mkdir -p libx11/usr/{lib,share}
+       $(UNPACK); \
+       cp -a usr/lib/libX11.so* ../libx11/usr/lib/; \
+       cp -a usr/lib/X11 ../libx11/usr/lib/; \
+       cp -a usr/share/X11 ../libx11/usr/share/; \
+       rm -rf ../libx11/usr/share/X11/locales
+
.NOTPARALLEL:
diff --git a/configure b/configure
index d0e4c6e..45d15fc 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', 'libxcb', 'libxdmcp'])
+       packages.extend(['coreutils', 'tzdata', 'libxau', 'libxcb', 'libxdmcp', 
'libx11'])

# if we want debug then we should add gdb and it's dependencies
sys.stdout.write("checking for debug support... ")
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to