blob: 92f1b9421509ae9b56175908fa05983cf6b6ba95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require recipes-graphics/xorg-app/xorg-app-common.inc
SUMMARY = "A program to compile XKB keyboard description"
DESCRIPTION = "The xkbevd event daemon listens for specified XKB \
events and executes requested commands if they occur. "
LIC_FILES_CHKSUM = "file://COPYING;md5=208668fa9004709ba22c2b748140956c"
DEPENDS += "libxkbfile bison-native"
BBCLASSEXTEND = "native"
SRC_URI_EXT = "xz"
SRC_URI[sha256sum] = "d9b401f84cf8568342ff63b1ffc6aecd3877579256d89fe6408645e2741b073e"
|