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

commit 318b50637bc4c6406cc2f8103c8327cf21bc6cce
Author: Elentir <elen...@mailoo.org>
Date:   Wed Feb 17 00:02:51 2010 +0100

add libdrm package for gui image

diff --git a/Makefile b/Makefile
index 11774af..60dd889 100644
--- a/Makefile
+++ b/Makefile
@@ -1052,4 +1052,10 @@ xf86-video-openchrome:
$(UNPACK); \
cp -a usr/lib/xorg/modules/drivers/*.so 
../xf86-video-openchrome/usr/lib/xorg/modules/drivers/

+libdrm:
+       $(CLEANUP)
+       mkdir -p libdrm/usr/lib
+       $(UNPACK); \
+       cp -a usr/lib/*.so* ../libdrm/usr/lib
+
.NOTPARALLEL:
diff --git a/configure b/configure
index fd51849..89c08fa 100755
--- a/configure
+++ b/configure
@@ -49,7 +49,7 @@ if options.gui:
'libpng', 'libjpeg', 'libstdc++', 'libgcc', 'libsigc++2', 'imlib2', 
'openbox-minimal',
'cairo-minimal', 'pango-minimal', 'gtk+2-minimal', 'fwife-minimal', 'glibmm', 
'cairomm-minimal',
'pangomm-minimal', 'gtkmm-minimal', 'gparted-minimal', 'dejavu-ttf', 
'fwifecd-config', 'xf86-video-ati',
-                       'xf86-video-geode', 'xf86-video-intel', 
'xf86-video-nv', 'xf86-video-openchrome'])
+                       'xf86-video-geode', 'xf86-video-intel', 
'xf86-video-nv', 'xf86-video-openchrome', 'libdrm'])

# 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