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