Skip to content

Commit

Permalink
Merge pull request #3122 from CvH/9.0/egl_aml
Browse files Browse the repository at this point in the history
egl fix for amlogic
  • Loading branch information
HiassofT authored Nov 24, 2018
2 parents 73ee817 + 7994621 commit 8315d92
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/graphics/opengl-meson/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ PKG_LICENSE="nonfree"
PKG_SITE="http://openlinux.amlogic.com:8000/download/ARM/filesystem/"
case $MESON_FAMILY in
8)
PKG_VERSION="8-r5p1-01rel0-armhf"
PKG_VERSION="8-r5p1-02rel0-armhf"
PKG_SHA256="717739c9f65f6782e3185aad09d01f228873315f70f9a58c0526b9e63a6e386f"
;;
6)
PKG_VERSION="6-r5p1-01rel0-armhf"
PKG_SHA256="21a8376668c84bf1b9e64a917fcfa1cf74689035fed8e4630833c9cde28d40c1"
PKG_VERSION="6-r5p1-02rel0-armhf"
PKG_SHA256="de38a1fa23191bd5de5c85c66627d4537775ee4634b71baa8d0e241b8b9d4ba2"
;;
gxbb)
if [ "$TARGET_ARCH" = "arm" ]; then
PKG_VERSION="8-r5p1-01rel0-armhf"
PKG_VERSION="8-r5p1-02rel0-armhf"
PKG_SHA256="717739c9f65f6782e3185aad09d01f228873315f70f9a58c0526b9e63a6e386f"
else
PKG_VERSION="gxbb-r5p1-01rel0"
fi
Expand Down

0 comments on commit 8315d92

Please sign in to comment.