Fix config options

This commit is contained in:
Andrey Grigorev 2019-05-18 20:27:34 +00:00
parent 265f67b0c7
commit 40f37248a3

View file

@ -290,13 +290,17 @@ Requires: libxi6
Requires: libxrender1
# This one need for steam-magazine and certificate in wine
Suggests: libgnutls30
Suggests: libieee1284_3
Suggests: libncurses5
Suggests: libncurses6
Suggests: libncursesw5
Suggests: libncursesw6
Suggests: libsane1
# This one is now integrated in Mesa
Suggests: libtxc_dxtn.so
Suggests: libv4l0
Suggests: libvulkan1
Suggests: libxslt1
# (Anssi) If wine-gecko is not installed, wine pops up a dialog on first
# start proposing to download wine-gecko from sourceforge, while recommending
# to use distribution packages instead. Therefore suggest wine-gecko here:
@ -653,9 +657,9 @@ autoreconf -vfi
--with-xattr \
--with-gstreamer \
--without-oss \
#if %%{with unstable}
# --without-pulse
#endif
%if %{with unstable}
--without-pulse
%endif
%make depend
%make
@ -761,4 +765,3 @@ mv -f README.install.urpmi.x86_64 README.install.urpmi
%else
rm README.install.urpmi.x86_64
%endif