Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require xorg-lib-common.inc |
| 2 | |
| 3 | SUMMARY = "XExt: X Extension library" |
| 4 | |
| 5 | DESCRIPTION = "libXext provides an X Window System client interface to \ |
| 6 | several extensions to the X protocol. The supported protocol extensions \ |
| 7 | are DOUBLE-BUFFER, DPMS, Extended-Visual-Information, LBX, MIT_SHM, \ |
| 8 | MIT_SUNDRY-NONSTANDARD, Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, \ |
| 9 | XC-APPGROUP, XC-MISC, XTEST. libXext also provides a small set of \ |
| 10 | utility functions to aid authors of client APIs for X protocol \ |
| 11 | extensions." |
| 12 | |
| 13 | DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" |
| 14 | PROVIDES = "xext" |
| 15 | SRCREV = "d1f3bc77a48c8e42771579e3fdf3370b35d3209d" |
| 16 | PE = "1" |
| 17 | PV = "1.0.99.1+gitr${SRCPV}" |
| 18 | |
| 19 | XORG_PN = "libXext" |
| 20 | |
| 21 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN}" |
| 22 | S = "${WORKDIR}/git/" |
| 23 | |
| 24 | BBCLASSEXTEND = "nativesdk" |