19 lines
541 B
BlitzBasic
19 lines
541 B
BlitzBasic
# 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-or-later"
|
|
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
|