Fixed PulseAudio driver pthread dependency for upstream Wine 1.7.12.

This commit is contained in:
Erich E. Hoover 2014-02-07 17:52:58 -07:00
parent 7bb4be5d03
commit f352182c20
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View File

@ -1,6 +1,8 @@
wine-compholio (1.7.12-1) unstable; urgency=low
* Fixed PulseAudio patches to apply with 'git am'.
* Fixed PulseAudio driver configure file for upstream Wine 1.7.12.
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 07 Feb 2014 16:50:05 -0700
* Fixed PulseAudio driver pthread dependency for upstream Wine 1.7.12.
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 07 Feb 2014 17:52:32 -0700
wine-compholio (1.7.12) unstable; urgency=low
* Added new patches to support GetVolumePathName.

View File

@ -261,7 +261,7 @@ index 0000000..ae66542
@@ -0,0 +1,7 @@
+MODULE = winepulse.drv
+IMPORTS = dxguid uuid winmm user32 advapi32 ole32
+EXTRALIBS = @PULSELIBS@ @LIBPTHREAD@
+EXTRALIBS = @PULSELIBS@ @PTHREAD_LIBS@
+EXTRAINCL = @PULSEINCL@
+
+C_SRCS = \