From 40f37248a30c453be79f27745b356f3adbaf5e7c Mon Sep 17 00:00:00 2001 From: Andrey Grigorev Date: Sat, 18 May 2019 20:27:34 +0000 Subject: [PATCH] Fix config options --- wine.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/wine.spec b/wine.spec index eb20943..1b9c124 100644 --- a/wine.spec +++ b/wine.spec @@ -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 -