diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-08-02 19:40:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-02 19:40:45 +0700 |
commit | 9a18ece9fc47e39c3741eed9a1f37476c35b1795 (patch) | |
tree | 644d1cb504d6162fa844654a638c52995235d05f /games/RetroArch/README | |
parent | e018cd04204b51c202eb26560fe56e08eee72b28 (diff) | |
download | slackbuilds-9a18ece9fc47e39c3741eed9a1f37476c35b1795.tar.gz |
games/RetroArch: Allow building without PA.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/RetroArch/README')
-rw-r--r-- | games/RetroArch/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/RetroArch/README b/games/RetroArch/README index 6a6818d417..1a6ebe122e 100644 --- a/games/RetroArch/README +++ b/games/RetroArch/README @@ -31,6 +31,12 @@ Optional dependencies: Python3 support for shaders will need to be enabled with: PYTHON=1 ./RetroArch.SlackBuild +If pulseaudio is installed it can be disabled during the build with: + PULSE=no ./RetroArch.SlackBuild + +Alternatively pulseaudio can be disabled later in RetroArch's +configuration. + Note: Wayland support requires mesa to be rebuilt with Wayland support, using the following configure parameters. @@ -48,3 +54,7 @@ require the vulkansdk from SBo and support for your video card and driver. For additional notes, please see README.SLACKWARE. + +For more information on RetroArch or libretro please visit this site. + + https://docs.libretro.com/ |