quick device check correction

This commit is contained in:
Nicholas Ricciuti 2022-11-21 22:54:05 -05:00
parent fed764dc3e
commit f8de1b7b75
No known key found for this signature in database
GPG key ID: CBB28CCF1964C6D1

View file

@ -29,11 +29,9 @@ make_target() {
export CROSS_COMPILE="${TARGET_PREFIX}"
export USE_GLES=1
BINUTILS="$(get_build_dir binutils)/.aarch64-libreelec-linux-gnueabi"
case ${DEVICE} in
RG552|X86_64)
export USE_GLES=0
;;
esac
if [ "${DEVICE}" = "RG552" ]; then
export USE_GLES=0
fi
;;
esac