diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-01 18:07:10 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-01 18:07:10 (GMT) |
commit | 860ccba5f22cae9a633f7e3f2995ad07a895a65d (patch) | |
tree | 49c6b744f4fc348cbc909e69ba54ba7d1de5fccb /abs/extra/dolphin-emu/PKGBUILD | |
parent | 77307464f5b324bd8b7ec463482be79c5ebbaff6 (diff) | |
download | linhes_pkgbuild-860ccba5f22cae9a633f7e3f2995ad07a895a65d.zip linhes_pkgbuild-860ccba5f22cae9a633f7e3f2995ad07a895a65d.tar.gz linhes_pkgbuild-860ccba5f22cae9a633f7e3f2995ad07a895a65d.tar.bz2 |
dolphin-emu: removed portaudio so it doesn't drag in jack
Diffstat (limited to 'abs/extra/dolphin-emu/PKGBUILD')
-rw-r--r-- | abs/extra/dolphin-emu/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/extra/dolphin-emu/PKGBUILD b/abs/extra/dolphin-emu/PKGBUILD index 2c4d3b6..b25032e 100644 --- a/abs/extra/dolphin-emu/PKGBUILD +++ b/abs/extra/dolphin-emu/PKGBUILD @@ -14,7 +14,8 @@ license=('GPL2') makedepends=('git' 'cmake' 'glproto' 'opencl-headers') depends=('sdl' 'libxxf86vm' 'libao' 'wxgtk' 'wiiuse' 'nvidia-cg-toolkit' \ - 'glew' 'mesa' 'libgl' 'openal' 'portaudio' 'lzo2') + 'glew' 'mesa' 'libgl' 'openal' 'lzo2') + #'glew' 'mesa' 'libgl' 'openal' 'portaudio' 'lzo2') # Cannot be BUILT with sfml later than 1.6 # IF YOU NEED SFML>=1.7 FOR SOMETHING ELSE, TRY REMOVING THE CONFLICT |