diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-11-12 08:00:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-12 08:19:54 +0700 |
commit | a548727b296be8f78a21dea7c3c313c72d45bfe1 (patch) | |
tree | 268a85da1b4fed9ab070e6107c37974c7018f276 /games/dolphin-emu/README | |
parent | 24b74620acc47456dac02e212b4c7eea386cd389 (diff) |
games/dolphin-emu: Update DEPS and README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/dolphin-emu/README')
-rw-r--r-- | games/dolphin-emu/README | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/games/dolphin-emu/README b/games/dolphin-emu/README index 0afc8b8d0df8..a7c19a092278 100644 --- a/games/dolphin-emu/README +++ b/games/dolphin-emu/README @@ -7,6 +7,17 @@ currently limited to a couple of games - others require more of the Triforce-specific peripheral devices to be emulated. Optional dependencies: are SFML, OpenAL, portaudio, pulseaudio, soil, -SDL2, miniupnpc, soundtouch and ffmpeg +SDL2, miniupnpc, soundtouch, ffmpeg and wxGTK3 -Optional dependencies not on SBo: wayland and polarssl +Optional dependencies (not used): wayland and polarssl (version < 1.3) + +Note: Wayland support is not enabled even if it is installed. Dolphin +requires mesa to be rebuilt with Wayland support using the following +configure parameters. + + --with-egl-platforms=x11,drm,wayland + +In addition to adding Wayland support to mesa, libxkbcommon needs to +be installed (version >= 0.4.0) that also requires xcb >= 1.10. + +Note: polarssl is not use as the version at SBo is too new. |