mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
debug: install mesa-demos only if we use Mesa
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d6cf00b023
commit
e8183c77c3
@ -25,7 +25,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.openelec.tv"
|
PKG_SITE="http://www.openelec.tv"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
PKG_DEPENDS="strace gdb mesa-demos tvdump mrxvt"
|
PKG_DEPENDS="strace gdb tvdump mrxvt"
|
||||||
PKG_BUILD_DEPENDS="toolchain"
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="debug"
|
PKG_SECTION="debug"
|
||||||
@ -34,3 +34,7 @@ PKG_LONGDESC="debug is a Metapackage for installing debugging tools"
|
|||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
|
if [ "$OPENGL" = Mesa ]; then
|
||||||
|
PKG_DEPENDS="$PKG_DEPENDS mesa-demos"
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user