xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunrequire xorg-app-common.inc
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunSUMMARY = "X11 color name database"
4*4882a593SmuzhiyunDESCRIPTION = "This package includes both the list mapping X color names \
5*4882a593Smuzhiyunto RGB values (rgb.txt) and, if configured to use a database for color \
6*4882a593Smuzhiyunlookup, the rgb program to convert the text file into the binary database \
7*4882a593Smuzhiyunformat."
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunDEPENDS += " xorgproto util-macros"
10*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a"
11*4882a593SmuzhiyunPE = "1"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunSRC_URI[md5sum] = "eab5bbd7642e5c784429307ec210d198"
14*4882a593SmuzhiyunSRC_URI[sha256sum] = "bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0"
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunFILES:${PN} += "${datadir}/X11"
17