mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
xbmc: build depends on xf86-video-fglrx for XVBA builds
This commit is contained in:
parent
0a15440b39
commit
8c27f02b1e
@ -136,6 +136,10 @@ if [ "$CRYSTALHD" = yes ]; then
|
|||||||
PKG_DEPENDS="$PKG_DEPENDS crystalhd"
|
PKG_DEPENDS="$PKG_DEPENDS crystalhd"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$XVBA" = yes ]; then
|
||||||
|
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS xf86-video-fglrx"
|
||||||
|
fi
|
||||||
|
|
||||||
# some python stuff needed for various addons
|
# some python stuff needed for various addons
|
||||||
PKG_DEPENDS="$PKG_DEPENDS Imaging"
|
PKG_DEPENDS="$PKG_DEPENDS Imaging"
|
||||||
PKG_DEPENDS="$PKG_DEPENDS simplejson"
|
PKG_DEPENDS="$PKG_DEPENDS simplejson"
|
||||||
|
@ -136,6 +136,10 @@ if [ "$CRYSTALHD" = yes ]; then
|
|||||||
PKG_DEPENDS="$PKG_DEPENDS crystalhd"
|
PKG_DEPENDS="$PKG_DEPENDS crystalhd"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$XVBA" = yes ]; then
|
||||||
|
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS xf86-video-fglrx"
|
||||||
|
fi
|
||||||
|
|
||||||
# some python stuff needed for various addons
|
# some python stuff needed for various addons
|
||||||
PKG_DEPENDS="$PKG_DEPENDS Imaging"
|
PKG_DEPENDS="$PKG_DEPENDS Imaging"
|
||||||
PKG_DEPENDS="$PKG_DEPENDS simplejson"
|
PKG_DEPENDS="$PKG_DEPENDS simplejson"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user