]> git.pld-linux.org Git - packages/xorg-driver-video-nvidia-legacy-390xx.git/commitdiff
- disable userspace for alt_kernels, cleanup
authorhawk <hawk@pld-linux.org>
Sun, 11 Nov 2007 21:57:02 +0000 (21:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-driver-video-nvidia.spec -> 1.126.2.3

xorg-driver-video-nvidia.spec

index 24ca07839dc121f0ed22c44d0945957bd912d009..2baee6047bca7958ab4ac408732a4446ee8a4593 100644 (file)
@@ -2,13 +2,16 @@
 # Conditional build:
 %bcond_without dist_kernel     # without distribution kernel
 %bcond_without kernel          # without kernel packages
-%bcond_without incall          # include all tarballs
 %bcond_without userspace       # don't build userspace programs
 %bcond_with    verbose         # verbose build (V=1)
 %bcond_with    multigl         # package libGL and libglx.so in a way allowing concurrent install with nvidia/fglrx drivers
-#
+
 %define                no_install_post_strip 1
-#
+
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine      with_userspace
+%endif
+
 %define                _nv_ver         100.14.19
 %define                _rel            1
 
This page took 0.166486 seconds and 4 git commands to generate.