SDL2: update to 2.24.0.
This commit is contained in:
parent
60fd8db280
commit
f2b77417bc
@ -1,6 +1,6 @@
|
||||
# Template file for 'SDL2'
|
||||
pkgname=SDL2
|
||||
version=2.0.22
|
||||
version=2.24.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-alsa --disable-esd --disable-rpath --enable-libudev
|
||||
@ -15,7 +15,7 @@ license="Zlib"
|
||||
homepage="https://www.libsdl.org/"
|
||||
changelog="https://raw.githubusercontent.com/libsdl-org/SDL/main/WhatsNew.txt"
|
||||
distfiles="https://www.libsdl.org/release/${pkgname}-${version}.tar.gz"
|
||||
checksum=fe7cbf3127882e3fc7259a75a0cb585620272c51745d3852ab9dd87960697f2e
|
||||
checksum=91e4c34b1768f92d399b078e171448c6af18cafda743987ed2064a28954d6d97
|
||||
|
||||
# Package build options
|
||||
build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"
|
||||
@ -106,10 +106,9 @@ fi
|
||||
|
||||
if [ "$build_option_x11" ]; then
|
||||
configure_args+=" --enable-video-x11-xcursor --enable-video-x11-xrandr
|
||||
--enable-video-x11-xinerama --enable-video-x11-vm
|
||||
--enable-video-x11-xinput --enable-video-x11-scrnsaver
|
||||
--enable-video-x11-xshape"
|
||||
makedepends+=" libSM-devel libXcursor-devel libXinerama-devel libXScrnSaver-devel libXrandr-devel"
|
||||
makedepends+=" libSM-devel libXcursor-devel libXScrnSaver-devel libXrandr-devel"
|
||||
else
|
||||
configure_args+=" --without-x"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user