summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb
blob: 1e2c626143faf135cde5e5392c2e1cc9216d4122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 = "dd8631c61465cc0de5e476c7a98e56528d62b163"

inherit meson

FILES:${PN} = " \
    ${libdir}/libxcvt.so.0* \
    ${bindir}/cvt \
"

BBCLASSEXTEND = "native"