Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require xorg-app-common.inc |
| 2 | |
| 3 | SUMMARY = "X11 color name database" |
| 4 | DESCRIPTION = "This package includes both the list mapping X color names \ |
| 5 | to RGB values (rgb.txt) and, if configured to use a database for color \ |
| 6 | lookup, the rgb program to convert the text file into the binary database \ |
| 7 | format." |
| 8 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 9 | DEPENDS += " xorgproto util-macros" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a" |
| 11 | PE = "1" |
| 12 | |
| 13 | SRC_URI[md5sum] = "eab5bbd7642e5c784429307ec210d198" |
| 14 | SRC_URI[sha256sum] = "bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0" |
| 15 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 16 | FILES:${PN} += "${datadir}/X11" |