SDL2: fix libGLESv2 solib version (.2)

This commit is contained in:
Jürgen Buchmüller 2017-02-12 14:51:51 +01:00
parent 255c5ac2f2
commit fb5aa2ac86
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'SDL2'
pkgname=SDL2
version=2.0.5
revision=2
revision=3
build_style=gnu-configure
configure_args="--enable-alsa --disable-esd --disable-rpath --enable-libudev
--enable-clock_gettime --disable-nas --disable-arts --disable-x11-shared
@ -38,8 +38,8 @@ if [ "$build_option_gles" ]; then
LDFLAGS="-L${XBPS_CROSS_BASE}/opt/vc/lib"
;;
*)
# libGLESv2.so.1 is dynamically loaded with dlopen.
shlib_requires="libGLESv2.so.1"
# libGLESv2.so.2 is dynamically loaded with dlopen.
shlib_requires="libGLESv2.so.2"
makedepends+=" glu-devel"
depends="libGLES"
;;