summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxi_1.4.3.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-06-13 21:44:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-14 15:22:54 +0100
commitbfc5e544dc748deb5a3676b7ae5ad0865dbc71ec (patch)
tree9fa5b2482a3597fe9e2108811845a5f977e2b3d3 /meta/recipes-graphics/xorg-lib/libxi_1.4.3.bb
parentf82e79799151a1e38fd010256a83b0b48f33eb8c (diff)
downloadpoky-bfc5e544dc748deb5a3676b7ae5ad0865dbc71ec.tar.gz
libxi: upgrade from 1.4.2 to the latest version 1.4.3
(From OE-Core rev: b99989e635ddc00d2fb03b5014ec34906b3211bf) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxi_1.4.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxi_1.4.3.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.4.3.bb b/meta/recipes-graphics/xorg-lib/libxi_1.4.3.bb
new file mode 100644
index 0000000000..80a01fcf27
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxi_1.4.3.bb
@@ -0,0 +1,24 @@
1require xorg-lib-common.inc
2
3SUMMARY = "XI: X Input extension library"
4
5DESCRIPTION = "libxi is an extension to the X11 protocol to support \
6input devices other than the core X keyboard and pointer. It allows \
7client programs to select input from these devices independently from \
8each other and independently from the core devices."
9
10LICENSE = "MIT & MIT-style"
11LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \
12 file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f"
13
14DEPENDS += "libxext inputproto"
15
16PE = "1"
17PR = "r0"
18
19XORG_PN = "libXi"
20
21EXTRA_OECONF_append = " --enable-specs=no"
22
23SRC_URI[md5sum] = "792e8a7ddc7175911d69f823d38eaff6"
24SRC_URI[sha256sum] = "08c9d89a404740592621e6f5078414df86ccc78ca876e3da1af15639d81c74e0"