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

commit f117ecb7c36e684eca4bf83080271c7c12f84c5a
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 15 22:55:13 2010 +0100

add libsigc++2 package for gui image

diff --git a/Makefile b/Makefile
index 0ba1734..e048d50 100644
--- a/Makefile
+++ b/Makefile
@@ -923,4 +923,10 @@ libgcc:
$(UNPACK); \
cp -a usr/lib/*.so* ../libgcc/usr/lib

+libsigc++2:
+       $(CLEANUP)
+       mkdir -p libsigc++2/usr/lib
+       $(UNPACK); \
+       cp -a usr/lib/*.so* ../libsigc++2/usr/lib
+
.NOTPARALLEL:
diff --git a/configure b/configure
index d26fa04..9558f1b 100755
--- a/configure
+++ b/configure
@@ -46,7 +46,7 @@ if options.gui:
'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', 'giblib', 
'feh', 'libxml2', 'atk',
-                       'libpng', 'libjpeg', 'libstdc++', 'libgcc'])
+                       'libpng', 'libjpeg', 'libstdc++', 'libgcc', 
'libsigc++2'])

# 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