13 lines
432 B
Makefile
13 lines
432 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
# Copyright (C) 2020-present Shanti Gilbert (https://github.com/shantigilbert)
|
||
|
|
||
|
PKG_NAME="librga"
|
||
|
PKG_VERSION="1fc02d56d97041c86f01bc1284b7971c6098c5fb"
|
||
|
PKG_ARCH="arm aarch64"
|
||
|
PKG_LICENSE="GNU"
|
||
|
PKG_DEPENDS_TARGET="toolchain libdrm"
|
||
|
PKG_SITE="https://github.com/rockchip-linux/linux-rga"
|
||
|
PKG_URL="$PKG_SITE/archive/$PKG_VERSION.tar.gz"
|
||
|
PKG_LONGDESC="The RGA driver userspace "
|
||
|
PKG_TOOLCHAIN="auto"
|