- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
25 lines
810 B
BlitzBasic
25 lines
810 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"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4234bb3b2f1521ea101e4e9db7c33c69"
|
|
|
|
DEPENDS += "xorgproto virtual/libx11"
|
|
PROVIDES = "xext"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXext"
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
SRC_URI[sha256sum] = "edb59fa23994e405fdc5b400afdf5820ae6160b94f35e3dc3da4457a16e89753"
|