]> git.pld-linux.org Git - packages/wl.git/blobdiff - wl.spec
- that's binary driver, no version for x32
[packages/wl.git] / wl.spec
diff --git a/wl.spec b/wl.spec
index ab201b846adb3729c10f5b373f1d36f6fddcb678..f1883440657882c467eda68726a5a06f107c6821 100644 (file)
--- a/wl.spec
+++ b/wl.spec
@@ -1,12 +1,17 @@
 # Conditional build:
 %bcond_without kernel          # don't build kernel modules
 %bcond_with    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
 
-%define                rel     3
+%define                rel     5
 %define                pname   wl
 %define                file_ver        %(echo %{version} | tr . _)
 Summary:       Broadcom 802.11 a/b/g/n hybrid Linux networking device driver
This page took 0.101999 seconds and 4 git commands to generate.