From b52bfac18a6b0f9216cd14da60e6fffb3e5669f1 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Thu, 28 Oct 2021 20:43:55 +0200 Subject: libxcvt: add recipe This library is a dependancy of xserver-xorg 21.1.0. Signed-off-by: Oleksandr Kravchuk Signed-off-by: Alexandre Belloni --- meta/conf/distro/include/maintainers.inc | 1 + meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 8f0b8d39b5..f3e0a75d56 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -413,6 +413,7 @@ RECIPE_MAINTAINER:pn-libwpe = "Alexander Kanavin " RECIPE_MAINTAINER:pn-libx11 = "Unassigned " RECIPE_MAINTAINER:pn-libxau = "Unassigned " RECIPE_MAINTAINER:pn-libxcb = "Unassigned " +RECIPE_MAINTAINER:pn-libxcvt = "Oleksandr Kravchuk " RECIPE_MAINTAINER:pn-libxcomposite = "Unassigned " RECIPE_MAINTAINER:pn-libxcursor = "Unassigned " RECIPE_MAINTAINER:pn-libxcrypt = "Khem Raj " diff --git a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb new file mode 100644 index 0000000000..134c40acd1 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb @@ -0,0 +1,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 = "6fe840b9295cfdc41bd734586c5b8756f6af6f9b" + +S = "${WORKDIR}/git" + +inherit meson + +FILES:${PN} = " \ + ${libdir}/libxcvt.so.0* \ + ${bindir}/cvt \ +" -- cgit 1.2.3-korg