blob: 29a799a328de020274486eb0de193175eb5b2d50 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "XRes: X Resource extension library"
2
3DESCRIPTION = "libXRes provides an X Window System client interface to \
4the Resource extension to the X protocol. The Resource extension allows \
5for X clients to see and monitor the X resource usage of various clients \
6(pixmaps, et al)."
7
8require xorg-lib-common.inc
9
10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://COPYING;md5=8c89441a8df261bdc56587465e13c7fa"
12
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013DEPENDS += "libxext xorgproto"
Brad Bishop316dfdd2018-06-25 12:45:53 -040014
15PE = "1"
16
17XORG_PN = "libXres"
18
William A. Kennington IIIac69b482021-06-02 12:28:27 -070019SRC_URI[sha256sum] = "b6e6fb1ebb61610e56017edd928fb89a5f53b3f4f990078309877468663b2b11"