mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
Changelog: =========== -configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL -Set close-on-exec when opening files -_XkbMakeAtom: remove check for impossible case -_XkbInitAtoms: check for malloc() failure -XkbChangeAtomDisplay: stop leaking atom name -XkbCFReportError: avoid -Wformat-nonliteral warning -XkbWriteCFile: stop leaking header file ifdef name -DefaultParser: avoid -Wimplicit-fallthrough warnings -xkbtext.c: Add tbGetBufferString helper function -XkbIndentText: Fix -Wsign-compare warning -Fix -Wsign-compare warnings in xkbtext.c & xkmread.c -Add a meson build system (From OE-Core rev: 4129c497c2993812a6f8f1afb8e7a472bbd81a84) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
480 B
BlitzBasic
17 lines
480 B
BlitzBasic
SUMMARY = "XKB: X Keyboard File manipulation library"
|
|
|
|
DESCRIPTION = "libxkbfile provides an interface to read and manipulate \
|
|
description files for XKB, the X11 keyboard configuration extension."
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8be7367f7e5d605a426f76bb37d4d61f"
|
|
|
|
DEPENDS += "virtual/libx11 xorgproto"
|
|
|
|
PE = "1"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
SRC_URI[sha256sum] = "a9b63eea997abb9ee6a8b4fbb515831c841f471af845a09de443b28003874bec"
|