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

commit b829bf87eca15bf040d4d4ab76e85d0e97866f2c
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 8 20:30:13 2010 +0100

add libxext package for gui image

diff --git a/Makefile b/Makefile
index 9d075d6..9372c07 100644
--- a/Makefile
+++ b/Makefile
@@ -751,4 +751,10 @@ libxfont:
$(UNPACK); \
cp -a usr/lib/libXfont.so* ../libxfont/usr/lib

+libxext:
+       $(CLEANUP)
+       mkdir -p libxext/usr/lib
+       $(UNPACK); \
+       cp -a usr/lib/libXext.so* ../libxext/usr/lib
+
.NOTPARALLEL:
diff --git a/configure b/configure
index 7b19828..909f6c9 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', 
'libx11', 'libfontenc', 'libxfont'])
+       packages.extend(['coreutils', 'tzdata', 'libxau', 'libxcb', 'libxdmcp', 
'libx11', 'libfontenc', 'libxfont', 'libxext'])

# 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