summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxext_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxext_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxext_git.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxext_git.bb b/meta/recipes-graphics/xorg-lib/libxext_git.bb
new file mode 100644
index 0000000000..b799186ef0
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxext_git.bb
@@ -0,0 +1,24 @@
1require xorg-lib-common.inc
2
3SUMMARY = "XExt: X Extension library"
4
5DESCRIPTION = "libXext provides an X Window System client interface to \
6several extensions to the X protocol. The supported protocol extensions \
7are DOUBLE-BUFFER, DPMS, Extended-Visual-Information, LBX, MIT_SHM, \
8MIT_SUNDRY-NONSTANDARD, Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, \
9XC-APPGROUP, XC-MISC, XTEST. libXext also provides a small set of \
10utility functions to aid authors of client APIs for X protocol \
11extensions."
12
13DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
14PROVIDES = "xext"
15SRCREV = "d1f3bc77a48c8e42771579e3fdf3370b35d3209d"
16PE = "1"
17PV = "1.0.99.1+gitr${SRCPV}"
18
19XORG_PN = "libXext"
20
21SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN}"
22S = "${WORKDIR}/git/"
23
24BBCLASSEXTEND = "nativesdk"