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/RetroArch.SlackBuild | |
parent | e018cd04204b51c202eb26560fe56e08eee72b28 (diff) |
games/RetroArch: Allow building without PA.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/RetroArch/RetroArch.SlackBuild')
-rw-r--r-- | games/RetroArch/RetroArch.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/RetroArch/RetroArch.SlackBuild b/games/RetroArch/RetroArch.SlackBuild index 36e252937fc11..50a6b51e605d2 100644 --- a/games/RetroArch/RetroArch.SlackBuild +++ b/games/RetroArch/RetroArch.SlackBuild @@ -99,6 +99,8 @@ if [ "${PYTHON:-0}" != 0 ]; then fi fi +[ "${PULSE:-yes}" != yes ] && lib="${lib} --disable-pulse" + # Disable downloading cores with the online updater # https://github.com/libretro/RetroArch/issues/3237 SED_CORE=; SED_INFO=; SED_MENU= |