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

commit 581d2244bb7725e0ed2ae6b94fb3c64517217967
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 8 20:30:55 2010 +0100

add libxrender package for gui image

diff --git a/Makefile b/Makefile
index 9372c07..8e671de 100644
--- a/Makefile
+++ b/Makefile
@@ -757,4 +757,10 @@ libxext:
$(UNPACK); \
cp -a usr/lib/libXext.so* ../libxext/usr/lib

+libxrender:
+       $(CLEANUP)
+       mkdir -p libxrender/usr/lib
+       $(UNPACK); \
+       cp -a usr/lib/libXrender.so* ../libxrender/usr/lib
+
.NOTPARALLEL:
diff --git a/configure b/configure
index 909f6c9..b4340f9 100755
--- a/configure
+++ b/configure
@@ -42,7 +42,8 @@ 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'])
+       packages.extend(['coreutils', 'tzdata', 'libxau', 'libxcb', 'libxdmcp', 
'libx11', 'libfontenc', 'libxfont', 'libxext',
+                       'libxrender'])

# 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