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

commit 61237a9acfe5025a16296842225f00b4541dd326
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 15 22:53:27 2010 +0100

add libjpeg package for gui image

diff --git a/Makefile b/Makefile
index 16263b5..03bf3f6 100644
--- a/Makefile
+++ b/Makefile
@@ -905,4 +905,10 @@ libpng:
$(UNPACK); \
cp -a usr/lib/*.so* ../libpng/usr/lib

+libjpeg:
+       $(CLEANUP)
+       mkdir -p libjpeg/usr/lib
+       $(UNPACK); \
+       cp -a usr/lib/*.so* ../libjpeg/usr/lib
+
.NOTPARALLEL:
diff --git a/configure b/configure
index 400d48f..82d36b6 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'])
+                       'libpng', 'libjpeg'])

# 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