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

commit 5bc0c33f457d45677c5168ada2912f9990f6e8ca
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 8 20:28:58 2010 +0100

add libfontenc package for gui image

diff --git a/Makefile b/Makefile
index f98a540..d4c405c 100644
--- a/Makefile
+++ b/Makefile
@@ -739,4 +739,10 @@ libx11:
cp -a usr/share/X11 ../libx11/usr/share/; \
rm -rf ../libx11/usr/share/X11/locales

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

# 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