mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
multimedia-tools: add back mesa-demos for X11 builds
This commit is contained in:
parent
e5be05183a
commit
ca41576d14
@ -26,6 +26,12 @@ PKG_DEPENDS_TARGET="toolchain \
|
|||||||
tsdecrypt \
|
tsdecrypt \
|
||||||
tstools"
|
tstools"
|
||||||
|
|
||||||
|
if [ "${TARGET_ARCH}" = "x86_64" ]; then
|
||||||
|
if [ "${DEVICE}" = "x11" -o "${DEVICE}" = "Generic-legacy" ]; then
|
||||||
|
PKG_DEPENDS_TARGET+=" mesa-demos"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
addon() {
|
addon() {
|
||||||
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/bin/
|
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/bin/
|
||||||
# alsamixer
|
# alsamixer
|
||||||
@ -48,4 +54,11 @@ addon() {
|
|||||||
|
|
||||||
# tstools
|
# tstools
|
||||||
cp -P $(get_install_dir tstools)/usr/bin/* ${ADDON_BUILD}/${PKG_ADDON_ID}/bin/
|
cp -P $(get_install_dir tstools)/usr/bin/* ${ADDON_BUILD}/${PKG_ADDON_ID}/bin/
|
||||||
|
|
||||||
|
if [ "${TARGET_ARCH}" = "x86_64" ]; then
|
||||||
|
if [ "${DEVICE}" = "x11" -o "${DEVICE}" = "Generic-legacy" ]; then
|
||||||
|
# mesa-demos
|
||||||
|
cp -P $(get_install_dir mesa-demos)/usr/bin/* ${ADDON_BUILD}/${PKG_ADDON_ID}/bin/
|
||||||
|
fi
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user