xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Library providing a standalone version of the X server \
2*4882a593Smuzhiyunimplementation of the VESA CVT standard timing modelines generator"
3*4882a593SmuzhiyunHOMEPAGE = "https://gitlab.freedesktop.org/xorg/lib/libxcvt"
4*4882a593SmuzhiyunBUGTRACKER = "https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/issues"
5*4882a593SmuzhiyunLICENSE = "MIT"
6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f"
7*4882a593SmuzhiyunSECTION = "x11/libs"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunSRC_URI = "git://gitlab.freedesktop.org/xorg/lib/libxcvt.git;protocol=https;branch=master"
10*4882a593SmuzhiyunSRCREV = "6fe840b9295cfdc41bd734586c5b8756f6af6f9b"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunS = "${WORKDIR}/git"
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuninherit meson
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunFILES:${PN} = " \
17*4882a593Smuzhiyun    ${libdir}/libxcvt.so.0* \
18*4882a593Smuzhiyun    ${bindir}/cvt \
19*4882a593Smuzhiyun"
20