opengl-meson: add gxbb support

This commit is contained in:
Lukas Rusak 2016-05-05 01:23:04 -07:00
parent 7ac384d535
commit 7205f0e5f5
3 changed files with 6 additions and 3 deletions

View File

@ -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"

View File

@ -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)

View File

@ -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)