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

commit e8da478fcce2e8b9913b29db5edb15c329eb5b83
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 15 22:50:20 2010 +0100

add giblib package for gui image

diff --git a/Makefile b/Makefile
index 5040e46..bdceb72 100644
--- a/Makefile
+++ b/Makefile
@@ -875,4 +875,10 @@ shared-mime-info:
$(UNPACK); \
cp -a usr/share/mime ../shared-mime-info/usr/share

+giblib:
+       $(CLEANUP)
+       mkdir -p giblib/usr/lib
+       $(UNPACK); \
+       cp -a usr/lib/*.so* ../giblib/usr/lib
+
.NOTPARALLEL:
diff --git a/configure b/configure
index d0f5ea1..1226c6e 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', 'fontconfig', 
'shared-mime-info'])
+                       'xf86-video-vesa', 'freetype2', 'fontconfig', 
'shared-mime-info', 'giblib'])

# 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