mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
opengl-meson: add gxbb support
This commit is contained in:
parent
7ac384d535
commit
7205f0e5f5
@ -18,7 +18,7 @@
|
||||
|
||||
PKG_NAME="opengl-meson"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="arm"
|
||||
PKG_ARCH="arm aarch64"
|
||||
PKG_LICENSE="nonfree"
|
||||
PKG_SITE="http://openlinux.amlogic.com:8000/download/ARM/filesystem/"
|
||||
case $MESON_FAMILY in
|
||||
@ -28,6 +28,9 @@ case $MESON_FAMILY in
|
||||
6)
|
||||
PKG_VERSION="6-r5p1-01rel0-armhf"
|
||||
;;
|
||||
gxbb)
|
||||
PKG_VERSION="gxbb-r5p1-01rel0"
|
||||
;;
|
||||
esac
|
||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
|
@ -99,7 +99,7 @@
|
||||
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q / opengl-meson)
|
||||
OPENGLES="opengl-meson"
|
||||
|
||||
# Amlogic Meson SOC family (8 / 6)
|
||||
# Amlogic Meson SOC family (8 / 6 / gxbb)
|
||||
MESON_FAMILY="8"
|
||||
|
||||
# include uvesafb support (yes / no)
|
||||
|
@ -93,7 +93,7 @@
|
||||
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q / opengl-meson)
|
||||
OPENGLES="opengl-meson"
|
||||
|
||||
# Amlogic Meson SOC family (8 / 6)
|
||||
# Amlogic Meson SOC family (8 / 6 / gxbb)
|
||||
MESON_FAMILY="6"
|
||||
|
||||
# include uvesafb support (yes / no)
|
||||
|
Loading…
x
Reference in New Issue
Block a user