Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | require recipes-graphics/xorg-app/xorg-app-common.inc |
| 2 | SUMMARY = "A program to compile XKB keyboard description" |
| 3 | DESCRIPTION = "The xkbevd event daemon listens for specified XKB \ |
| 4 | events and executes requested commands if they occur. " |
| 5 | |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=208668fa9004709ba22c2b748140956c" |
| 7 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 8 | DEPENDS += "libxkbfile bison-native" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 9 | |
| 10 | BBCLASSEXTEND = "native" |
| 11 | |
| 12 | SRC_URI[md5sum] = "c747faf1f78f5a5962419f8bdd066501" |
| 13 | SRC_URI[sha256sum] = "2430a2e5302a4cb4a5530c1df8cb3721a149bbf8eb377a2898921a145197f96a" |