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

commit fdea18515f69322a5f456f1e38467853e2336265
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 8 20:33:02 2010 +0100

add libxpm package for gui image

diff --git a/Makefile b/Makefile
index 15bbf82..573320a 100644
--- a/Makefile
+++ b/Makefile
@@ -775,4 +775,10 @@ libxft:
$(UNPACK); \
cp -a usr/lib/libXft.so* ../libxft/usr/lib

+libxpm:
+       $(CLEANUP)
+       mkdir -p libxpm/usr/lib
+       $(UNPACK); \
+       cp -a usr/lib/libXpm.so* ../libxpm/usr/lib
+
.NOTPARALLEL:
diff --git a/configure b/configure
index fcaf2c5..bc0b6b8 100755
--- a/configure
+++ b/configure
@@ -43,7 +43,7 @@ parser.add_option("--enable-gui", action="store_true", 
dest="gui", help="Build F
# if we want the gui image, add appropriate package and remove useless ones
if options.gui:
packages.extend(['coreutils', 'tzdata', 'libxau', 'libxcb', 'libxdmcp', 
'libx11', 'libfontenc', 'libxfont', 'libxext',
-                       'libxrender', 'libxrandr', 'libxft'])
+                       'libxrender', 'libxrandr', 'libxft', 'libxpm'])

# 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