1# Copyright (C) 2019, Fuzhou Rockchip Electronics Co., Ltd 2# Released under the MIT license (see COPYING.MIT for the terms) 3 4DESCRIPTION = "Rockchip RGA 2D graphics acceleration library" 5SECTION = "libs" 6 7LICENSE = "Apache-2.0" 8LIC_FILES_CHKSUM = "file://COPYING;md5=89aea4e17d99a7cacdbeed46a0096b10" 9 10DEPENDS = "libdrm" 11 12PACKAGE_ARCH = "${MACHINE_ARCH}" 13 14inherit local-git 15 16SRC_URI = " \ 17 git://github.com/JeffyCN/mirrors.git;protocol=https;branch=linux-rga-im2d; \ 18" 19SRCREV = "a1b05b8fcf4698176477370fd942b31d9ae66404" 20S = "${WORKDIR}/git" 21 22inherit meson pkgconfig 23 24EXTRA_OEMESON = "-Dlibdrm=true" 25