diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2015-02-23 13:40:56 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2015-02-23 13:40:56 +0000 |
commit | ff905bdfcc88f22cabd46919887b4067bb9ebc7c (patch) | |
tree | e0e0aa279a9170a5e68a48fbb43b9bf09f662b9d /emulators/dolphin-emu | |
parent | b2fa428f643a3e537183277113951f3e5d6c5f23 (diff) |
Notes
Diffstat (limited to 'emulators/dolphin-emu')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 1cea26df9ffc..c13d5ebd5f27 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -31,6 +31,8 @@ USE_GL= gl glew glu USES= dos2unix cmake iconv openal pkgconfig tar:tgz compiler:c++11-lib DOS2UNIX_REGEX= .*\.(h|c|cpp) +NOT_FOR_ARCHS= armv6 + # Disable ALSA (emulated) and ao (buggy) CMAKE_ARGS+= -DOPENMP:BOOL=OFF \ -DDISABLE_ALSA:BOOL=ON \ |