From 9a18ece9fc47e39c3741eed9a1f37476c35b1795 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Thu, 2 Aug 2018 19:40:00 +0700 Subject: games/RetroArch: Allow building without PA. Signed-off-by: Willy Sudiarto Raharjo --- games/RetroArch/README | 10 ++++++++++ games/RetroArch/RetroArch.SlackBuild | 2 ++ 2 files changed, 12 insertions(+) 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/ diff --git a/games/RetroArch/RetroArch.SlackBuild b/games/RetroArch/RetroArch.SlackBuild index 36e252937f..50a6b51e60 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= -- cgit v1.2.3