mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 934290 - Add PulseAudio build dep to bootstrap. r=gps
--HG-- extra : rebase_source : 6b2face4ede2e695f18b3859c01267717a5db917
This commit is contained in:
parent
47641b1948
commit
eb99b92f03
@ -34,6 +34,7 @@ class CentOSBootstrapper(BaseBootstrapper):
|
||||
'libXt-devel',
|
||||
'mercurial',
|
||||
'mesa-libGL-devel',
|
||||
'pulseaudio-libs-devel',
|
||||
'wireless-tools-devel',
|
||||
'yasm')
|
||||
|
||||
|
@ -21,6 +21,7 @@ class DebianBootstrapper(BaseBootstrapper):
|
||||
'libgtk2.0-dev',
|
||||
'libiw-dev',
|
||||
'libnotify-dev',
|
||||
'libpulse-dev',
|
||||
'libxt-dev',
|
||||
'mercurial',
|
||||
'mesa-common-dev',
|
||||
|
@ -29,6 +29,7 @@ class FedoraBootstrapper(BaseBootstrapper):
|
||||
'libXt-devel',
|
||||
'mercurial',
|
||||
'mesa-libGL-devel',
|
||||
'pulseaudio-libs-devel',
|
||||
'wireless-tools-devel',
|
||||
'yasm')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user