Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | require recipes-graphics/xorg-app/xorg-app-common.inc |
| 2 | |
| 3 | SUMMARY = "A program to compile XKB keyboard description" |
| 4 | |
| 5 | DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \ |
| 6 | XKB keymap into one of several output formats. The most common use for \ |
| 7 | xkbcomp is to create a compiled keymap file (.xkm extension) which can \ |
| 8 | be read directly by XKB-capable X servers or utilities." |
| 9 | |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=5feafdbe6dfe9e2bd32325be0cfc86f8" |
| 11 | |
| 12 | PE = "1" |
| 13 | |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 14 | DEPENDS += "libxkbfile xrandr" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 15 | |
| 16 | BBCLASSEXTEND = "native" |
| 17 | |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 18 | SRC_URI_EXT = "xz" |
Patrick Williams | e760df8 | 2023-05-26 11:10:49 -0500 | [diff] [blame] | 19 | SRC_URI[sha256sum] = "be8d8554d40e981d1b93b5ff82497c9ad2259f59f675b38f1b5e84624c07fade" |