Skip to content

Commit

Permalink
Xemu: add libglu1-mesa-dev
Browse files Browse the repository at this point in the history
Should fix '/usr/bin/ld: cannot find -lGLU: No such file or directory'
  • Loading branch information
cobalt2727 committed May 1, 2024
1 parent 7da37ea commit 8e22938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/games_and_emulators/xemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bionic)
esac
case "$__os_id" in
Raspbian | Debian | Ubuntu)
sudo apt install -y build-essential libsdl2-dev libepoxy-dev libpixman-1-dev libgtk-3-dev libssl-dev libsamplerate0-dev libpcap-dev ninja-build python3 build-essential libaio-dev libslirp-dev || error "Could not install dependencies!"
sudo apt install -y build-essential libsdl2-dev libepoxy-dev libpixman-1-dev libgtk-3-dev libssl-dev libsamplerate0-dev libpcap-dev ninja-build python3 build-essential libaio-dev libslirp-dev libglu1-mesa-dev || error "Could not install dependencies!"
#this script updates SDL2 for aarch64 devices and does nothing for others
bash -c "$(curl -s https://raw.githubusercontent.com/$repository_username/L4T-Megascript/$repository_branch/scripts/sdl2_install_helper.sh)"
;;
Expand Down

0 comments on commit 8e22938

Please sign in to comment.