diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-06-13 21:37:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 13:15:51 +0100 |
commit | d9193b3e2f0678b0e8f59ce66e95c0fcea9b70c1 (patch) | |
tree | 64253cf051c417ba849a17c45c1d492a0a7c3bfa /meta/recipes-graphics/xorg-lib/libxext_1.3.0.bb | |
parent | d0a8130b688d270bac1119aa1b1fde6cb2397a39 (diff) | |
download | openembedded-core-d9193b3e2f0678b0e8f59ce66e95c0fcea9b70c1.tar.gz openembedded-core-d9193b3e2f0678b0e8f59ce66e95c0fcea9b70c1.tar.bz2 openembedded-core-d9193b3e2f0678b0e8f59ce66e95c0fcea9b70c1.zip |
libxext: upgrade from 1.2.0 to the latest version 1.3.0
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxext_1.3.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxext_1.3.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.3.0.bb b/meta/recipes-graphics/xorg-lib/libxext_1.3.0.bb new file mode 100644 index 0000000000..90b4405a4d --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxext_1.3.0.bb @@ -0,0 +1,27 @@ +SUMMARY = "XExt: X Extension library" + +DESCRIPTION = "libXext provides an X Window System client interface to \ +several extensions to the X protocol. The supported protocol extensions \ +are DOUBLE-BUFFER, DPMS, Extended-Visual-Information, LBX, MIT_SHM, \ +MIT_SUNDRY-NONSTANDARD, Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, \ +XC-APPGROUP, XC-MISC, XTEST. libXext also provides a small set of \ +utility functions to aid authors of client APIs for X protocol \ +extensions." + +require xorg-lib-common.inc + +LICENSE = "MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=9b0eca8f3540b7e7f8b447154a20b05a" + +DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" +PROVIDES = "xext" + +PR = "r0" +PE = "1" + +XORG_PN = "libXext" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI[md5sum] = "161d200b690ace818db1cc7537e70ba9" +SRC_URI[sha256sum] = "e9daeb400855b9836e328500cec356b2769033174fc1b2be0df4a80f031debc0" |