libepoxy: use $OPENGL instead hardcoded 'Mesa' as GL provider

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-10-12 16:32:25 +02:00
parent 175498fd4e
commit e6b6733d2a

View File

@ -28,7 +28,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/anholt/libepoxy"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain Mesa"
PKG_DEPENDS_TARGET="toolchain $OPENGL"
PKG_PRIORITY="optional"
PKG_SECTION="graphics"
PKG_SHORTDESC="libepoxy: a library for handling OpenGL function pointer management for you."