summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/drm/drm-info_2.8.0.bb
blob: f94611a79ee4f1465b228ac3d7c0d474ba075906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "Small utility to dump info about DRM devices"
HOMEPAGE = "https://gitlab.freedesktop.org/emersion/drm_info"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=32fd56d355bd6a61017655d8da26b67c"

SRC_URI = "git://gitlab.freedesktop.org/emersion/drm_info.git;branch=master;protocol=https;tag=v${PV}"
SRCREV = "4dbc230d3236215198954e9284cdb2c5933f8f22"


inherit meson pkgconfig

DEPENDS = "json-c libdrm"