Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | require xorg-lib-common.inc |
| 2 | |
| 3 | SUMMARY = "XI: X Input extension library" |
| 4 | |
| 5 | DESCRIPTION = "libxi is an extension to the X11 protocol to support \ |
| 6 | input devices other than the core X keyboard and pointer. It allows \ |
| 7 | client programs to select input from these devices independently from \ |
| 8 | each other and independently from the core devices." |
| 9 | |
| 10 | LICENSE = "MIT & MIT-style" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \ |
| 12 | file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f" |
| 13 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 14 | DEPENDS += "libxext xorgproto libxfixes" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 15 | |
| 16 | PE = "1" |
| 17 | |
| 18 | XORG_PN = "libXi" |
| 19 | |
Brad Bishop | 96ff198 | 2019-08-19 13:50:42 -0400 | [diff] [blame] | 20 | SRC_URI[md5sum] = "62c4af0839072024b4b1c8cbe84216c7" |
| 21 | SRC_URI[sha256sum] = "36a30d8f6383a72e7ce060298b4b181fd298bc3a135c8e201b7ca847f5f81061" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 22 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 23 | BBCLASSEXTEND = "native nativesdk" |