summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxext_1.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxext_1.3.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxext_1.3.1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.3.1.bb b/meta/recipes-graphics/xorg-lib/libxext_1.3.1.bb
new file mode 100644
index 0000000000..82333ddb63
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxext_1.3.1.bb
@@ -0,0 +1,27 @@
1SUMMARY = "XExt: X Extension library"
2
3DESCRIPTION = "libXext provides an X Window System client interface to \
4several extensions to the X protocol. The supported protocol extensions \
5are DOUBLE-BUFFER, DPMS, Extended-Visual-Information, LBX, MIT_SHM, \
6MIT_SUNDRY-NONSTANDARD, Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, \
7XC-APPGROUP, XC-MISC, XTEST. libXext also provides a small set of \
8utility functions to aid authors of client APIs for X protocol \
9extensions."
10
11require xorg-lib-common.inc
12
13LICENSE = "MIT-style"
14LIC_FILES_CHKSUM = "file://COPYING;md5=f69eb72f85ce548e12791d049d81bc52"
15
16DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
17PROVIDES = "xext"
18
19PR = "r0"
20PE = "1"
21
22XORG_PN = "libXext"
23
24BBCLASSEXTEND = "native nativesdk"
25
26SRC_URI[md5sum] = "71251a22bc47068d60a95f50ed2ec3cf"
27SRC_URI[sha256sum] = "56229c617eb7bfd6dec40d2805bc4dfb883dfe80f130d99b9a2beb632165e859"