diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb new file mode 100644 index 0000000000..91537b0f4b --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Library providing a standalone version of the X server \ | ||
| 2 | implementation of the VESA CVT standard timing modelines generator" | ||
| 3 | HOMEPAGE = "https://gitlab.freedesktop.org/xorg/lib/libxcvt" | ||
| 4 | BUGTRACKER = "https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/issues" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f" | ||
| 7 | SECTION = "x11/libs" | ||
| 8 | |||
| 9 | SRC_URI = "git://gitlab.freedesktop.org/xorg/lib/libxcvt.git;protocol=https;branch=master" | ||
| 10 | SRCREV = "dd8631c61465cc0de5e476c7a98e56528d62b163" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit meson | ||
| 15 | |||
| 16 | FILES:${PN} = " \ | ||
| 17 | ${libdir}/libxcvt.so.0* \ | ||
| 18 | ${bindir}/cvt \ | ||
| 19 | " | ||
