distribution/packages/graphics/opengl-meson-t82x/package.mk

23 lines
839 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2018-present Team CoreELEC (https://coreelec.org)
PKG_NAME="opengl-meson-t82x"
PKG_VERSION="d3e7cfed0c2b92640d874bb8c8c16d7ed832fdd4"
PKG_SHA256="b4c9b2319da9b1d4aec4e401ee2bf7853303d75df4a192da7bd1e18353ec1334"
PKG_LICENSE="nonfree"
PKG_SITE="https://github.com/CoreELEC/opengl-meson-t82x"
2023-02-24 13:53:43 +00:00
PKG_URL="https://github.com/CoreELEC/opengl-meson-t82x/archive/${PKG_VERSION}.tar.gz"
2022-02-05 14:23:32 +00:00
PKG_DEPENDS_TARGET="toolchain libhybris opengl-meson"
2023-02-24 13:53:43 +00:00
PKG_SOURCE_DIR="${PKG_NAME}-${PKG_VERSION}*"
2022-02-05 14:23:32 +00:00
PKG_LONGDESC="OpenGL ES pre-compiled libraries for Mali GPUs. The libraries were extracted from Khadas VIM2 Android firmware."
PKG_TOOLCHAIN="manual"
makeinstall_target() {
2023-02-24 13:53:43 +00:00
mkdir -p ${INSTALL}/system
cp -a system/* ${INSTALL}/system
2022-02-05 14:23:32 +00:00
}
post_install() {
enable_service unbind-console.service
}