ports: Replace SDL2 with sdl2-compat
There is no need to keep two SDL versions around
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
NAME='tinygb'
|
||||
VERSION='git'
|
||||
DOWNLOAD_URL="https://github.com/jewelcodes/tinygb.git#57fdaff675a6b5b963b2b6624868d9698eabe375"
|
||||
DEPENDENCIES=('SDL2')
|
||||
DEPENDENCIES=('sdl2-compat')
|
||||
|
||||
configure() {
|
||||
sed -i "s|shell sdl2-config|shell $BANAN_SYSROOT/usr/bin/sdl2-config|g" Makefile
|
||||
|
||||
Reference in New Issue
Block a user