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