Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | SUMMARY = "XKB: X Keyboard File manipulation library" |
| 2 | |
| 3 | DESCRIPTION = "libxkbfile provides an interface to read and manipulate \ |
| 4 | description files for XKB, the X11 keyboard configuration extension." |
| 5 | |
| 6 | require xorg-lib-common.inc |
| 7 | |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 8 | LICENSE = "MIT" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=8be7367f7e5d605a426f76bb37d4d61f" |
| 10 | |
| 11 | DEPENDS += "virtual/libx11 xorgproto" |
| 12 | |
| 13 | PE = "1" |
| 14 | |
| 15 | BBCLASSEXTEND = "native" |
Patrick Williams | 7784c42 | 2022-11-17 07:29:11 -0600 | [diff] [blame] | 16 | XORG_EXT = "tar.xz" |
| 17 | SRC_URI[sha256sum] = "8623dc26e7aac3c5ad8a25e57b566f4324f5619e5db38457f0804ee4ed953443" |