mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
glew: use $OPENGL instead hardcoded 'Mesa' as GL provider
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ea37d2351a
commit
175498fd4e
@ -32,8 +32,8 @@ PKG_LONGDESC="The OpenGL Extension Wrangler Library (GLEW) is a cross-platform C
|
|||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
if [ "$OPENGL" = "Mesa" ]; then
|
if [ ! "$OPENGL" = "no" ]; then
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET Mesa glu"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET $OPENGL glu"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user