- 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)
13 lines
384 B
BlitzBasic
13 lines
384 B
BlitzBasic
require xorg-driver-input.inc
|
|
|
|
SUMMARY = "Generic input driver for the X.Org server based on libinput"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a22925127bd3c827c384cedd23ed2309"
|
|
|
|
DEPENDS += "libinput"
|
|
|
|
XORG_DRIVER_COMPRESSOR = ".tar.xz"
|
|
SRC_URI[sha256sum] = "3a3d14cd895dc75b59ae2783b888031956a0bac7a1eff16d240dbb9d5df3e398"
|
|
|
|
FILES:${PN} += "${datadir}/X11/xorg.conf.d"
|