1# Copyright (C) 2021, Rockchip Electronics Co., Ltd 2# Released under the MIT license (see COPYING.MIT for the terms) 3 4DESCRIPTION = "A hook of drm cursor APIs to fake cursor plane" 5SECTION = "libs" 6 7LICENSE = "LGPL-2.1-or-later" 8LIC_FILES_CHKSUM = "file://COPYING;md5=d749e86a105281d7a44c2328acebc4b0" 9 10DEPENDS = "libdrm virtual/libgles2 virtual/libgbm" 11 12SRC_URI = " \ 13 git://github.com/JeffyCN/drm-cursor.git;protocol=https;branch=master \ 14" 15SRCREV = "733510b21da23a7d9bc6976624e5a0dea14dc667" 16S = "${WORKDIR}/git" 17 18inherit meson pkgconfig 19