mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
In particular, make it build with gcc 14. License-Update: Remove "All rights reserved" from copyright line Changelog: 2939632 xkbutils 1.0.6 e2ee9c2 Change sprintf calls to use snprintf instead aa03a3b Remove uSetErrorFile() 5f875c8 xkbwatch: Fix -Wincompatible-pointer-types warning (Issue #2) 6dbcbb5 Remove "All rights reserved" from Oracle copyright notices 56c99e3 gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
645 B
BlitzBasic
18 lines
645 B
BlitzBasic
require recipes-graphics/xorg-app/xorg-app-common.inc
|
|
|
|
SUMMARY = "XKeyboard (XKB) extension to the X11 protocol"
|
|
DESCRIPTION = " \
|
|
xkbutils is a collection of small utilities utilizing the XKeyboard (XKB) \
|
|
extension to the X11 protocol. \
|
|
It includes: \
|
|
xkbbell - generate XKB bell events \
|
|
xkbvleds - display the state of LEDs on an XKB keyboard in a window \
|
|
xkbwatch - reports changes in the XKB keyboard state \
|
|
"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6767a97a97e21260134637b657b922ae"
|
|
|
|
DEPENDS += "libxaw libxkbfile"
|
|
|
|
SRC_URI_EXT = "xz"
|
|
SRC_URI[sha256sum] = "31a2bbee1e09ccba01de92897b8f540b545de812f318d31de07bd3a5a75ee25e"
|