mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Changelog: ========== - Use C99 struct initializers - Variable scope reductions - FindKeysymsByName: avoid NULL pointer dereference - ClearFontStuff: avoid NULL pointer dereference - configure: Use AC_SYS_LARGEFILE to enable large file support - unifdef -Usgi Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
465 B
BlitzBasic
14 lines
465 B
BlitzBasic
require recipes-graphics/xorg-app/xorg-app-common.inc
|
|
SUMMARY = "A program to compile XKB keyboard description"
|
|
DESCRIPTION = "xkbprint generates a printable or encapsulated PostScript \
|
|
description of an XKB keyboard description."
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=20f28f97555b220fde762bc2a4406a8f"
|
|
|
|
DEPENDS += "libxkbfile"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI[sha256sum] = "1c4f49c030329e0defd8c7bc3739e60f2aa1d2aabe0e2d7e63740ab629aa59cc"
|
|
SRC_URI_EXT = "xz"
|