blob: 6bcc7d4d6aad6ab7fb63c5e6369437b5734472e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require xorg-app-common.inc
DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
DEPENDS += " libxkbfile"
BBCLASSEXTEND = "native"
SRC_URI[archive.md5sum] = "d5122f1d5a91725a81c843f3bd388244"
SRC_URI[archive.sha256sum] = "fefc574bf639d64348939edf9654306af2bb3c20447be9cff493cb06d87cb672"
PR = "${INC_PR}.1"
|