Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | require recipes-graphics/xorg-app/xorg-app-common.inc |
| 2 | |
| 3 | SUMMARY = "X.Org X11 X client utilities" |
| 4 | |
| 5 | DESCRIPTION = "A collection of utilities used to tweak and query the runtime configuration\ |
| 6 | of the X server." |
| 7 | |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e" |
| 9 | |
| 10 | BBCLASSEXTEND = "native" |
| 11 | |
| 12 | DEPENDS += "libice" |
| 13 | |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 14 | SRC_URI_EXT = "xz" |
| 15 | SRC_URI[sha256sum] = "2cb9dfcb545683af77fb1029bea3fc52dcc8a0666f7b8b2d7373b6ed4c408c05" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 16 | |