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

commit 857e7d3697a0458910272fd657406a68cd77a0f6
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 15 22:49:17 2010 +0100

add fontconfig package for gui image

diff --git a/Makefile b/Makefile
index 6f96f7e..2fd5645 100644
--- a/Makefile
+++ b/Makefile
@@ -861,4 +861,12 @@ freetype2:
$(UNPACK); \
cp -a usr/lib/*.so* ../freetype2/usr/lib

+fontconfig:
+       $(CLEANUP)
+       mkdir -p fontconfig/usr/lib
+       $(UNPACK); \
+       cp -a usr/lib/*.so* ../fontconfig/usr/lib; \
+       cp -a etc ../fontconfig/; \
+       cp -a usr/bin ../fontconfig/
+
.NOTPARALLEL:
diff --git a/configure b/configure
index e526911..613a512 100755
--- a/configure
+++ b/configure
@@ -45,7 +45,7 @@ if options.gui:
packages.extend(['coreutils', 'tzdata', 'libxau', 'libxcb', 'libxdmcp', 
'libx11', 'libfontenc', 'libxfont', 'libxext',
'libxrender', 'libxrandr', 'libxft', 'libxpm', 'libxkbfile', 'libice', 'libsm', 
'pixman', 'libpciaccess',
'setxkbmap', 'xkbcomp', 'xkeyboard-config', 'xorg-server-minimal', 
'xf86-input-keyboard', 'xf86-input-mouse',
-                       'xf86-video-vesa', 'freetype2'])
+                       'xf86-video-vesa', 'freetype2', 'fontconfig'])

# 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