aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxi_1.4.0.bb
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2010-11-12 00:00:20 -0500
committerCliff Brake <cbrake@bec-systems.com>2010-11-12 00:00:20 -0500
commit3c6efe8f8abc16668ca5e9cdf7a46665dac87172 (patch)
tree642c13416b99e80f0871cdc6668e832e635dfb48 /recipes/xorg-lib/libxi_1.4.0.bb
parentc400c874f2ac9233b8a43a73309b6e7907289c54 (diff)
parent13fbe7253c95881ede787004a4c3a1c31502e5c6 (diff)
downloadopenembedded-3c6efe8f8abc16668ca5e9cdf7a46665dac87172.tar.gz
Merge branch 'master' into testing-nexttested_2010-11-12testing
Diffstat (limited to 'recipes/xorg-lib/libxi_1.4.0.bb')
-rw-r--r--recipes/xorg-lib/libxi_1.4.0.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxi_1.4.0.bb b/recipes/xorg-lib/libxi_1.4.0.bb
new file mode 100644
index 0000000000..96aa92e67b
--- /dev/null
+++ b/recipes/xorg-lib/libxi_1.4.0.bb
@@ -0,0 +1,10 @@
+require xorg-lib-common.inc
+DESCRIPTION = "X11 Input extension library"
+DEPENDS += "libxext inputproto"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "4ccdfe866f94c99b9190d16ffcfb3bdc"
+SRC_URI[archive.sha256sum] = "42efe95a08c7bd28bc913bf8c34ed026abcc62504307626fc5150ca360b93283"
+
+XORG_PN = "libXi"