[Lunar-commits] <moonbase> NVIDIA-fx: removing Nvidia GL headers again. This should be the last Nvidia driver which installs old GL headers. All other Nvidia drivers seems to not install these headers thanks to modified build script or --no-opengl-headers installer parameter. On weekend will check NVIDIA-old/legacy to make sure they are really not installed to /usr/share/doc/NVIDIA-GLX

Zbigniew Luszpinski zbiggy at lunar-linux.org
Wed Sep 29 03:06:17 CEST 2010


commit a29e253550564d65da87b3d96c1396e5e6740ed1
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Wed Sep 29 01:06:17 2010 +0000

    NVIDIA-fx: removing Nvidia GL headers again.
    This should be the last Nvidia driver which installs old GL headers.
    All other Nvidia drivers seems to not install these headers thanks to
    modified build script or --no-opengl-headers installer parameter.
    On weekend will check NVIDIA-old/legacy to make sure
    they are really not installed to /usr/share/doc/NVIDIA-GLX
---
 x11/NVIDIA-fx/BUILD |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/x11/NVIDIA-fx/BUILD b/x11/NVIDIA-fx/BUILD
index 58093a0..7927b49 100644
--- a/x11/NVIDIA-fx/BUILD
+++ b/x11/NVIDIA-fx/BUILD
@@ -2,6 +2,7 @@
 
   cd $SOURCE_DIRECTORY &&
   rm -f usr/X11R6/lib/modules/libnvidia-wfb* &&
+  rm -rf usr/include &&
   # We make the kernel modules on our own
   cd usr/src/nv &&
 
@@ -23,7 +24,6 @@
   sedit "s/__PIXMAP_PATH__/\/usr\/share\/doc\/NVIDIA_GLX-1.0/" usr/share/applications/nvidia-settings.desktop &&
 
   mkdir -p /usr/lib/opengl/nvidia &&
-  mkdir -p /usr/include/GL/nvidia &&
   mkdir -p /usr/include/cuda &&
 
   cd $SOURCE_DIRECTORY &&
@@ -41,7 +41,6 @@
 
   cd $SOURCE_DIRECTORY &&
   cp -f usr/bin/nvidia* /usr/bin &&
-  install -m644 usr/include/GL/*.h /usr/include/GL/nvidia &&
   install -m644 usr/include/cuda/*.h /usr/include/cuda &&
   cp -rf usr/lib/tls /usr/lib/opengl/nvidia/ &&
   cd /usr/lib/opengl/nvidia/tls &&


More information about the Lunar-commits mailing list