mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
(From OE-Core rev: d495f45717ea9f7767a8a4a9b1f83c19d56e4dc9) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Line "Copyright (c) 1999, 2005, 2006, Oracle and/or its affiliates. All rights reserved." in COPYING was changed into "Copyright (c) 1999, 2005, 2006, 2013, Oracle and/or its affiliates. All rights reserved." in 1.3.2 Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
893 B
BlitzBasic
27 lines
893 B
BlitzBasic
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=879ce266785414bd1cbc3bc2f4d9d7c8"
|
|
|
|
DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
|
|
PROVIDES = "xext"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXext"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
SRC_URI[md5sum] = "4376101e51bb2c6c44d9ab14344e85ad"
|
|
SRC_URI[sha256sum] = "f829075bc646cdc085fa25d98d5885d83b1759ceb355933127c257e8e50432e0"
|