mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
9fe836c176
Also remove outdated (~1.2.99.5) git recipe that was never used. (From OE-Core rev: de36faa2a6a7c7a379807d69fa07a04a4c878ff8) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
751 B
BlitzBasic
22 lines
751 B
BlitzBasic
require xorg-lib-common.inc
|
|
|
|
SUMMARY = "XI: X Input extension library"
|
|
|
|
DESCRIPTION = "libxi is an extension to the X11 protocol to support \
|
|
input devices other than the core X keyboard and pointer. It allows \
|
|
client programs to select input from these devices independently from \
|
|
each other and independently from the core devices."
|
|
|
|
LICENSE = "MIT & MIT-style"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \
|
|
file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f"
|
|
|
|
DEPENDS += "libxext inputproto libxfixes"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXi"
|
|
|
|
SRC_URI[md5sum] = "9c4a69c34b19ec1e4212e849549544cb"
|
|
SRC_URI[sha256sum] = "2cffc2686618dc1803725636cd92b36342c512dc60a7a35cba34bf7192a42244"
|