Warning, /packaging/yocto-meta-kde-demo/recipes-graphics/drminfo_2.4.0.bb is written in an unsupported language. File is not indexed.

0001 SUMMARY = "Small utility to dump info about DRM devices"
0002 LICENSE = "MIT"
0003 LIC_FILES_CHKSUM = "file://LICENSE;md5=32fd56d355bd6a61017655d8da26b67c"
0004 HOMEPAGE = "https://drmdb.emersion.fr/"
0005 
0006 inherit meson
0007 inherit pkgconfig
0008 
0009 DEPENDS += " \
0010     json-c \
0011     libdrm \
0012     pciutils \
0013 "
0014 
0015 SRC_URI = " \
0016     git://gitlab.freedesktop.org/emersion/drm_info.git;nobranch=1;protocol=https \
0017     file://0001-Support-cross-compilation-with-sysroot-directory.patch \
0018 "
0019 
0020 SRCREV = "4f4d727a9757e7ef6bf25ad7d289066990a1face"
0021 S = "${WORKDIR}/git"