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