blob: 77d113bac6f0d7e8c2bb6eb665c8fb07ce5f407c (
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] = "38c387bacdc01038c8ac280588792bcf"
SRC_URI[archive.sha256sum] = "9775bcfd43d9ffa41e2865e5b2c933f419bf983d7a529b3103656c76fd82e663"
PR = "${INC_PR}.1"
|