mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
(From OE-Core rev: 75b79264cfd0ccfc67daffd6244ece8731232a8a) (From OE-Core rev: 56ad2156365258c497e98ed0111dfe633b170a80) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
589 B
BlitzBasic
17 lines
589 B
BlitzBasic
require xorg-app-common.inc
|
|
|
|
SUMMARY = "X11 color name database"
|
|
DESCRIPTION = "This package includes both the list mapping X color names \
|
|
to RGB values (rgb.txt) and, if configured to use a database for color \
|
|
lookup, the rgb program to convert the text file into the binary database \
|
|
format."
|
|
|
|
DEPENDS += " xproto util-macros"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a"
|
|
PE = "1"
|
|
|
|
SRC_URI[md5sum] = "eab5bbd7642e5c784429307ec210d198"
|
|
SRC_URI[sha256sum] = "bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0"
|
|
|
|
FILES_${PN} += "${datadir}/X11"
|