blob: 812a30495e0b55acaddc5444ba41e1e21378b014 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SUMMARY = "EDID and DisplayID library"
DESCRIPTION = "The goal of this library is to provide a set of high-level, \
easy-to-use, and opinionated functions, as well as low-level functions for \
accessing detailed information, prioritizing simplicity and correctness over \
performance and resource usage, while being well-tested and fuzzed."
HOMEPAGE = "https://gitlab.freedesktop.org/emersion/libdisplay-info"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4426409957080ee0352128354cea2de"
DEPENDS = "hwdata-native"
SRC_URI = "git://gitlab.freedesktop.org/emersion/libdisplay-info.git;branch=main;protocol=https"
SRCREV = "66b802d05b374cd8f388dc6ad1e7ae4f08cb3300"
inherit meson pkgconfig lib_package
|