Skip to content

Commit

Permalink
Enable support for handling the NVIDIA proprietary graphics driver
Browse files Browse the repository at this point in the history
Signed-off-by: Neal Gompa <[email protected]>
  • Loading branch information
Conan-Kudo authored and ikeydoherty committed Jan 30, 2018
1 parent c724c06 commit 3701eb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packaging/fedora/snapd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
# For the moment, we don't support all golang arches...
%global with_goarches 0

# Set if multilib is enabled for supported arches
%ifarch x86_64 aarch64 %{power64} s390x
%global with_multilib 1
%endif

%if ! %{with vendorized}
%global with_bundled 0
%else
Expand Down Expand Up @@ -430,6 +435,8 @@ autoreconf --force --install --verbose
%configure \
--disable-apparmor \
--libexecdir=%{_libexecdir}/snapd/ \
--enable-nvidia-biarch \
%{?with_multilib:--with-32bit-libdir=%{_prefix}/lib} \
--with-snap-mount-dir=%{_sharedstatedir}/snapd/snap \
--with-merged-usr

Expand Down

0 comments on commit 3701eb7

Please sign in to comment.