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='qemu'
|
||||
VERSION='10.0.2'
|
||||
DOWNLOAD_URL="https://download.qemu.org/qemu-$VERSION.tar.xz#ef786f2398cb5184600f69aef4d5d691efd44576a3cff4126d38d4c6fec87759"
|
||||
DEPENDENCIES=('glib' 'SDL2')
|
||||
DEPENDENCIES=('glib' 'sdl2-compat')
|
||||
MAKE_BUILD_TARGETS=('qemu-system-x86_64')
|
||||
CONFIGURE_OPTIONS=(
|
||||
'--cross-prefix='
|
||||
|
||||
Reference in New Issue
Block a user