- 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)
44 lines
1.2 KiB
BlitzBasic
44 lines
1.2 KiB
BlitzBasic
SUMMARY = "Xlib: C Language X Interface library"
|
|
|
|
DESCRIPTION = "This package provides a client interface to the X Window \
|
|
System, otherwise known as 'Xlib'. It provides a complete API for the \
|
|
basic functions of the window system."
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT & BSD-1-Clause & HPND & HPND-sell-variant & ISC"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1d49cdd2b386c5db11ec636d680b7116"
|
|
|
|
DEPENDS += "xorgproto \
|
|
xtrans \
|
|
libxcb \
|
|
xorgproto-native \
|
|
autoconf-archive-native \
|
|
"
|
|
|
|
PROVIDES = "virtual/libx11"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libX11"
|
|
|
|
SRC_URI += "file://disable_tests.patch"
|
|
|
|
SRC_URI[sha256sum] = "779d8f111d144ef93e2daa5f23a762ce9555affc99592844e71c4243d3bd3262"
|
|
|
|
inherit gettext
|
|
|
|
EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xf86bigfont"
|
|
EXTRA_OEMAKE += 'CWARNFLAGS=""'
|
|
|
|
PACKAGECONFIG ??= "xcms"
|
|
PACKAGECONFIG[xcms] = "--enable-xcms,--disable-xcms"
|
|
|
|
PACKAGES =+ "${PN}-xcb"
|
|
|
|
FILES:${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${datadir}/X11/Xcms.txt"
|
|
FILES:${PN}-xcb += "${libdir}/libX11-xcb.so.*"
|
|
FILES:${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|