Skip to content

Commit

Permalink
reicast - switch to upstream repo as it contains all our patches
Browse files Browse the repository at this point in the history
 * added dependency for libasound2-dev
 * remove unneeded sed
  • Loading branch information
joolswills committed Feb 8, 2019
1 parent 91a86a9 commit 1071a12
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions scriptmodules/emulators/reicast.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,21 +17,14 @@ rp_module_section="opt"
rp_module_flags="!armv6 !mali" rp_module_flags="!armv6 !mali"


function depends_reicast() { function depends_reicast() {
local depends=(libsdl2-dev python-dev python-pip alsa-oss python-setuptools libevdev-dev) local depends=(libsdl2-dev python-dev python-pip alsa-oss python-setuptools libevdev-dev libasound2-dev)
isPlatform "vero4k" && depends+=(vero3-userland-dev-osmc) isPlatform "vero4k" && depends+=(vero3-userland-dev-osmc)
getDepends "${depends[@]}" getDepends "${depends[@]}"
pip install evdev pip install evdev
} }


function sources_reicast() { function sources_reicast() {
if isPlatform "x11"; then gitPullOrClone "$md_build" https://github.com/reicast/reicast-emulator.git
gitPullOrClone "$md_build" https://github.com/reicast/reicast-emulator.git
elif isPlatform "vero4k"; then
gitPullOrClone "$md_build" https://github.com/reicast/reicast-emulator.git
else
gitPullOrClone "$md_build" https://github.com/RetroPie/reicast-emulator.git retropie
fi
sed -i "s/CXXFLAGS += -fno-rtti -fpermissive -fno-operator-names/CXXFLAGS += -fno-rtti -fpermissive -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0/g" shell/linux/Makefile
} }


function build_reicast() { function build_reicast() {
Expand Down

0 comments on commit 1071a12

Please sign in to comment.