Files
poky/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb
Alexander Kanavin 3f04c31f61 libxcvt: upgrade 0.1.1 -> 0.1.2
(From OE-Core rev: 253cacdf9a4a0065c6a55fe376e0d59e5fee7772)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-10 08:25:28 +01:00

20 lines
631 B
BlitzBasic

SUMMARY = "Library providing a standalone version of the X server \
implementation of the VESA CVT standard timing modelines generator"
HOMEPAGE = "https://gitlab.freedesktop.org/xorg/lib/libxcvt"
BUGTRACKER = "https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/issues"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f"
SECTION = "x11/libs"
SRC_URI = "git://gitlab.freedesktop.org/xorg/lib/libxcvt.git;protocol=https;branch=master"
SRCREV = "d9ca87eea9eecddaccc3a77227bcb3acf84e89df"
S = "${WORKDIR}/git"
inherit meson
FILES:${PN} = " \
${libdir}/libxcvt.so.0* \
${bindir}/cvt \
"