blob: 134c40acd1f8c6895f532e85dbf946976ebf06f1 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Library providing a standalone version of the X server \
2implementation of the VESA CVT standard timing modelines generator"
3HOMEPAGE = "https://gitlab.freedesktop.org/xorg/lib/libxcvt"
4BUGTRACKER = "https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/issues"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f"
7SECTION = "x11/libs"
8
9SRC_URI = "git://gitlab.freedesktop.org/xorg/lib/libxcvt.git;protocol=https;branch=master"
10SRCREV = "6fe840b9295cfdc41bd734586c5b8756f6af6f9b"
11
12S = "${WORKDIR}/git"
13
14inherit meson
15
16FILES:${PN} = " \
17 ${libdir}/libxcvt.so.0* \
18 ${bindir}/cvt \
19"