mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
SDL: add support for different Mesa versions
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2a2535e120
commit
5082f20a10
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.libsdl.org/"
|
||||
PKG_URL="http://www.libsdl.org/release/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="alsa-lib libX11 libXrandr Mesa"
|
||||
PKG_BUILD_DEPENDS="toolchain yasm alsa-lib libX11 libXrandr Mesa"
|
||||
PKG_DEPENDS="alsa-lib libX11 libXrandr $MESA"
|
||||
PKG_BUILD_DEPENDS="toolchain yasm alsa-lib libX11 libXrandr $MESA"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="libsdl: A cross-platform Graphic API"
|
||||
|
Loading…
x
Reference in New Issue
Block a user