drop pulse configure option
fix f16 build (dbus/hal configure options)
f38
Andreas Bierfert 14 years ago
parent d915dddf2d
commit 6b2ac760fc

@ -1,7 +1,7 @@
%global no64bit 0 %global no64bit 0
Name: wine Name: wine
Version: 1.3.26 Version: 1.3.26
Release: 2%{?dist} Release: 3%{?dist}
Summary: A Windows 16/32/64 bit emulator Summary: A Windows 16/32/64 bit emulator
Group: Applications/Emulators Group: Applications/Emulators
@ -451,7 +451,7 @@ export CFLAGS="`echo $RPM_OPT_FLAGS | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//'` -Wno
%configure \ %configure \
--sysconfdir=%{_sysconfdir}/wine \ --sysconfdir=%{_sysconfdir}/wine \
--x-includes=%{_includedir} --x-libraries=%{_libdir} \ --x-includes=%{_includedir} --x-libraries=%{_libdir} \
--with-pulse \ --without-hal --with-dbus \
--with-x \ --with-x \
--without-xinput2 \ --without-xinput2 \
%ifarch x86_64 %ifarch x86_64
@ -1383,6 +1383,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%endif %endif
%changelog %changelog
* Tue Aug 23 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.3.26-3
- drop pulse configure option
- fix f16 build (dbus/hal configure options)
* Mon Aug 22 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> * Mon Aug 22 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.3.26-2 - 1.3.26-2
- drop pulse patches - drop pulse patches

Loading…
Cancel
Save