libdisplay-info_0.2.0.bb 734 B

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