]> git.pld-linux.org Git - packages/nvidiabl.git/commitdiff
wtf you just disable dkms completely!?, added it back. not tested with your "kernel...
authorElan Ruusamäe <glen@delfi.ee>
Tue, 3 Feb 2015 09:16:46 +0000 (11:16 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 3 Feb 2015 09:16:46 +0000 (11:16 +0200)
nvidiabl.spec

index f69953b8893b8d0d7f28f1f9a0976d01096af14f..eb3f9a2b5f5413e96691b3949e6bcfba7106b14e 100644 (file)
@@ -1,7 +1,12 @@
 #
 # Conditional build:
 %bcond_without verbose         # verbose build (V=1)
-%bcond_with    dkms            # build dkms package
+%bcond_without userspace       # don't build userspace programs
+%bcond_without dkms            # build dkms package
+
+%if %{without userspace}
+%undefine      with_dkms
+%endif
 
 # nothing to be placed to debuginfo package
 %define                _enable_debug_packages  0
This page took 0.140983 seconds and 4 git commands to generate.