From: Hiago De Franco <[email protected]>
libdisplay-info is a EDID and DisplayID library. Goals:
- Provide a set of high-level, easy-to-use, opinionated functions as
well as low-level functions to access detailed information.
- Simplicity and correctness over performance and resource usage.
- Well-tested and fuzzed.
Since commit a16598b038b2 ("backend-drm: make libdisplay-info
mandatory") from Weston, this library is now mandatory in order to
build weston 14.0.1 and newer.
Signed-off-by: Hiago De Franco <[email protected]>
---
meta/conf/distro/include/maintainers.inc | 1 +
.../libdisplay-info/libdisplay-info_0.2.0.bb | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
create mode 100644
meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb
diff --git a/meta/conf/distro/include/maintainers.inc
b/meta/conf/distro/include/maintainers.inc
index 04208ebbf22b..53bb9d024e8a 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -325,6 +325,7 @@ RECIPE_MAINTAINER:pn-libcomps = "Alexander Kanavin
<[email protected]>"
RECIPE_MAINTAINER:pn-libconvert-asn1-perl = "Tim Orling
<[email protected]>"
RECIPE_MAINTAINER:pn-libdaemon = "Alexander Kanavin <[email protected]>"
RECIPE_MAINTAINER:pn-libdazzle = "Alexander Kanavin <[email protected]>"
+RECIPE_MAINTAINER:pn-libdisplay-info = "Hiago De Franco
<[email protected]>"
RECIPE_MAINTAINER:pn-libdnf = "Alexander Kanavin <[email protected]>"
RECIPE_MAINTAINER:pn-libdrm = "Otavio Salvador
<[email protected]>"
RECIPE_MAINTAINER:pn-libedit = "Khem Raj <[email protected]>"
diff --git a/meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb
b/meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb
new file mode 100644
index 000000000000..629f0d420fee
--- /dev/null
+++ b/meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb
@@ -0,0 +1,16 @@
+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"
+
+S = "${WORKDIR}/git"
+
+inherit meson pkgconfig
--
2.39.5
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#207692):
https://lists.openembedded.org/g/openembedded-core/message/207692
Mute This Topic: https://lists.openembedded.org/mt/109744902/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-