mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libepoxy: use $OPENGL instead hardcoded 'Mesa' as GL provider
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
175498fd4e
commit
e6b6733d2a
@ -28,7 +28,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/anholt/libepoxy"
|
PKG_SITE="https://github.com/anholt/libepoxy"
|
||||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Mesa"
|
PKG_DEPENDS_TARGET="toolchain $OPENGL"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="graphics"
|
PKG_SECTION="graphics"
|
||||||
PKG_SHORTDESC="libepoxy: a library for handling OpenGL function pointer management for you."
|
PKG_SHORTDESC="libepoxy: a library for handling OpenGL function pointer management for you."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user