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

commit 5a8359b4d64d89f818690278da5fbd8f555121bf
Author: Elentir <elen...@mailoo.org>
Date:   Wed Feb 17 00:01:49 2010 +0100

add xf86-video-nv package for gui image

diff --git a/Makefile b/Makefile
index 704e699..f1e18f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1040,4 +1040,10 @@ xf86-video-intel:
$(UNPACK); \
cp -a usr/lib/xorg/modules/drivers/*.so 
../xf86-video-intel/usr/lib/xorg/modules/drivers/

+xf86-video-nv:
+       $(CLEANUP)
+       mkdir -p xf86-video-nv/usr/lib/xorg/modules/drivers/
+       $(UNPACK); \
+       cp -a usr/lib/xorg/modules/drivers/*.so 
../xf86-video-nv/usr/lib/xorg/modules/drivers/
+
.NOTPARALLEL:
diff --git a/configure b/configure
index 984ccf2..22267ef 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-geode', 'xf86-video-intel', 
'xf86-video-nv'])

# 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