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

commit aa0cfc05c6c32f159e7bf6479ef41d9c5d211b6a
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 8 20:25:26 2010 +0100

add libxdmcp package for gui image

diff --git a/Makefile b/Makefile
index ec715d5..a5cee9c 100644
--- a/Makefile
+++ b/Makefile
@@ -724,4 +724,10 @@ libxcb:
$(UNPACK); \
cp -a usr/lib/libxcb.so* ../libxcb/usr/lib

+libxdmcp:
+       $(CLEANUP)
+       mkdir -p libxdmcp/usr/lib
+       $(UNPACK); \
+       cp -a usr/lib/libXdmcp.so* ../libxdmcp/usr/lib
+
.NOTPARALLEL:
diff --git a/configure b/configure
index a951c82..d0e4c6e 100755
--- a/configure
+++ b/configure
@@ -42,7 +42,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'])
+       packages.extend(['coreutils', 'tzdata', 'libxau', 'libxcb', 'libxdmcp'])

# 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