You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Fixed PulseAudio driver pthread dependency for upstream Wine 1.7.12.
This commit is contained in:
@@ -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 = \
|
||||
|
Reference in New Issue
Block a user