summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-04-19 13:17:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-24 22:50:22 +0100
commit59bf8136e18b4aef54735de797bc3fbc40cbf48a (patch)
treea2d8e662f6349161f4f7a1f57737f6ffb290bdeb /meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb
parenteb0deaeef8cf6b6058fc4f1b47f6da1450f654a7 (diff)
downloadpoky-59bf8136e18b4aef54735de797bc3fbc40cbf48a.tar.gz
libxfixes: upgrade from 4.0.5 to the latest version 5.0
(From OE-Core rev: e6441f798f8017f974011810910becabc1e8f381) 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/libxfixes_5.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb b/meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb
new file mode 100644
index 0000000000..0883cd1c12
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb
@@ -0,0 +1,23 @@
1SUMMARY = "XFixes: X Fixes extension library."
2
3DESCRIPTION = "X applications have often needed to work around various \
4shortcomings in the core X window system. This extension is designed to \
5provide the minimal server-side support necessary to eliminate problems \
6caused by these workarounds."
7
8require xorg-lib-common.inc
9
10LICENSE = "MIT-style"
11LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0"
12
13DEPENDS += "virtual/libx11 xproto fixesproto xextproto"
14
15PR = "r0"
16PE = "1"
17
18XORG_PN = "libXfixes"
19
20BBCLASSEXTEND = "nativesdk"
21
22SRC_URI[md5sum] = "678071bd7f9f7467e2fc712d81022318"
23SRC_URI[sha256sum] = "537a2446129242737a35db40081be4bbcc126e56c03bf5f2b142b10a79cda2e3"