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

commit cdb53bf2082d656e1946086cf2820234d3fafc1b
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 15 22:48:46 2010 +0100

add freetype2 package for gui image

diff --git a/Makefile b/Makefile
index 368f444..6f96f7e 100644
--- a/Makefile
+++ b/Makefile
@@ -855,4 +855,10 @@ xf86-video-vesa:
$(UNPACK); \
cp -a usr/lib/xorg/modules/drivers/*.so 
../xf86-video-vesa/usr/lib/xorg/modules/drivers/

+freetype2:
+       $(CLEANUP)
+       mkdir -p freetype2/usr/lib
+       $(UNPACK); \
+       cp -a usr/lib/*.so* ../freetype2/usr/lib
+
.NOTPARALLEL:
diff --git a/configure b/configure
index 4fe2582..e526911 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'])
+                       'xf86-video-vesa', 'freetype2'])

# 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