mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
libdisplay-info: add recipe
This commit is contained in:
parent
9bbeb0a756
commit
e4e9125efc
17
recipes-extended/libdisplay-info/libdisplay-info_git.bb
Normal file
17
recipes-extended/libdisplay-info/libdisplay-info_git.bb
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
SUMMARY = "EDID and DisplayID library."
|
||||||
|
HOMEPAGE = "https://gitlab.freedesktop.org/emersion/libdisplay-info"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4426409957080ee0352128354cea2de"
|
||||||
|
|
||||||
|
SRC_URI = "git://gitlab.freedesktop.org/emersion/libdisplay-info.git;branch=main;protocol=https"
|
||||||
|
|
||||||
|
DEPENDS = "hwdata-native"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "0.1.1"
|
||||||
|
SRCREV = "92b031749c0fe84ef5cdf895067b84a829920e25"
|
||||||
|
|
||||||
|
inherit meson pkgconfig
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user