10 |
Summary: Support for NVidia Optimus laptops on Linux |
Summary: Support for NVidia Optimus laptops on Linux |
11 |
Group: System/Kernel and hardware |
Group: System/Kernel and hardware |
12 |
Version: 3.0 |
Version: 3.0 |
13 |
Release: %mkrel 7 |
Release: %mkrel 8 |
14 |
License: GPLv3 |
License: GPLv3 |
15 |
URL: https://github.com/Bumblebee-Project/bumblebee |
URL: https://github.com/Bumblebee-Project/bumblebee |
16 |
# source from git repo git://github.com/Bumblebee-Project/Bumblebee.git |
# source from git repo git://github.com/Bumblebee-Project/Bumblebee.git |
95 |
%configure2_5x \ |
%configure2_5x \ |
96 |
%if %{with nvidia} |
%if %{with nvidia} |
97 |
CONF_DRIVER=nvidia \ |
CONF_DRIVER=nvidia \ |
98 |
CONF_DRIVER_MODULE_NVIDIA=nvidia-current |
CONF_DRIVER_MODULE_NVIDIA=nvidia-current \ |
99 |
%else |
%else |
100 |
CONF_DRIVER=nouveau |
CONF_DRIVER=nouveau \ |
101 |
%endif |
%endif |
102 |
%ifarch x86_64 |
%ifarch x86_64 |
103 |
CONF_LDPATH_NVIDIA=%{_usr}/lib/nvidia-current:%{_libdir}/nvidia-current \ |
CONF_LDPATH_NVIDIA=%{_usr}/lib/nvidia-current:%{_libdir}/nvidia-current \ |