diff options
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 |