Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | SUMMARY = "XRes: X Resource extension library" |
| 2 | |
| 3 | DESCRIPTION = "libXRes provides an X Window System client interface to \ |
| 4 | the Resource extension to the X protocol. The Resource extension allows \ |
| 5 | for X clients to see and monitor the X resource usage of various clients \ |
| 6 | (pixmaps, et al)." |
| 7 | |
| 8 | require xorg-lib-common.inc |
| 9 | |
| 10 | LICENSE = "MIT" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=8c89441a8df261bdc56587465e13c7fa" |
| 12 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | DEPENDS += "libxext xorgproto" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 14 | |
| 15 | PE = "1" |
| 16 | |
| 17 | XORG_PN = "libXres" |
| 18 | |
William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame] | 19 | SRC_URI[sha256sum] = "b6e6fb1ebb61610e56017edd928fb89a5f53b3f4f990078309877468663b2b11" |