mirror of
https://abf.rosa.ru/djam/wine.git
synced 2025-02-23 14:22:46 +00:00
Fix config options
This commit is contained in:
parent
265f67b0c7
commit
40f37248a3
1 changed files with 7 additions and 4 deletions
11
wine.spec
11
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue