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

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

add libxft package for gui image

diff --git a/Makefile b/Makefile
index 0db4bcd..15bbf82 100644
--- a/Makefile
+++ b/Makefile
@@ -769,4 +769,10 @@ libxrandr:
$(UNPACK); \
cp -a usr/lib/libXrandr.so* ../libxrandr/usr/lib

+libxft:
+       $(CLEANUP)
+       mkdir -p libxft/usr/lib
+       $(UNPACK); \
+       cp -a usr/lib/libXft.so* ../libxft/usr/lib
+
.NOTPARALLEL:
diff --git a/configure b/configure
index fa42dce..fcaf2c5 100755
--- a/configure
+++ b/configure
@@ -43,7 +43,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', 'libxext',
-                       'libxrender', 'libxrandr'])
+                       'libxrender', 'libxrandr', 'libxft'])

# 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