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

commit f66627ee947a403dabe59ab2ca525228d0a6d7f1
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 8 20:23:32 2010 +0100

add libxau for gui image

diff --git a/Makefile b/Makefile
index 56dbd14..3bdf82c 100644
--- a/Makefile
+++ b/Makefile
@@ -712,4 +712,10 @@ tzdata:
$(UNPACK); \
cp -a usr/share/zoneinfo/zone.tab ../tzdata/usr/share/zoneinfo/

+libxau:
+       $(CLEANUP)
+       mkdir -p libxau/usr/lib
+       $(UNPACK); \
+       cp -a usr/lib/libXau.so* ../libxau/usr/lib
+
.NOTPARALLEL:
diff --git a/configure b/configure
index c3770a5..11858d7 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'])
+       packages.extend(['coreutils', 'tzdata', 'libxau'])

# 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