summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2010-11-01 19:36:42 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2010-11-01 20:07:14 +0100
commit248af66f646345e869113e334ce05eef0748b30a (patch)
tree4af2e1fcf127c1b5a2a638a379dbb84bc2119486
parent19982af6c88542eaba5157fb7d95a1edc4ff67e3 (diff)
downloadmeta-openembedded-248af66f646345e869113e334ce05eef0748b30a.tar.gz
angstrom-layers: add libxext and libxrender into meta-openembedded
* this is needed for the OE gtk+ Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r--recipes-graphics/xorg-lib/libxext_1.2.0.bb12
-rw-r--r--recipes-graphics/xorg-lib/libxrender_0.9.6.bb13
-rw-r--r--recipes-graphics/xorg-lib/xorg-lib-common.inc17
3 files changed, 42 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-lib/libxext_1.2.0.bb b/recipes-graphics/xorg-lib/libxext_1.2.0.bb
new file mode 100644
index 0000000000..f4482e652e
--- /dev/null
+++ b/recipes-graphics/xorg-lib/libxext_1.2.0.bb
@@ -0,0 +1,12 @@
1require xorg-lib-common.inc
2DESCRIPTION = "X11 miscellaneous extension library"
3DEPENDS += "xproto virtual/libx11 xextproto libxau"
4PE = "1"
5PR = "${INC_PR}.0"
6
7SRC_URI[archive.md5sum] = "9bb236ff0193e9fc1c1fb504dd840331"
8SRC_URI[archive.sha256sum] = "4aed3e211e41c47908c293515580e731c26048f61a1212bf0888d1f456de6ff7"
9
10BBCLASSEXTEND = "native nativesdk"
11
12XORG_PN = "libXext"
diff --git a/recipes-graphics/xorg-lib/libxrender_0.9.6.bb b/recipes-graphics/xorg-lib/libxrender_0.9.6.bb
new file mode 100644
index 0000000000..0828af11f4
--- /dev/null
+++ b/recipes-graphics/xorg-lib/libxrender_0.9.6.bb
@@ -0,0 +1,13 @@
1require xorg-lib-common.inc
2DESCRIPTION = "X11 Rendering Extension client library"
3LICENSE = "BSD-X"
4DEPENDS += "virtual/libx11 renderproto xproto libxdmcp"
5PE = "1"
6PR = "${INC_PR}.0"
7
8SRC_URI[archive.md5sum] = "3b3b7d076c2384b6c600c0b5f4ba971f"
9SRC_URI[archive.sha256sum] = "7f58b1e263109e0a873eef8423aa14733a5499befbe645053aa622ed1f3ea668"
10
11BBCLASSEXTEND = "native nativesdk"
12
13XORG_PN = "libXrender"
diff --git a/recipes-graphics/xorg-lib/xorg-lib-common.inc b/recipes-graphics/xorg-lib/xorg-lib-common.inc
new file mode 100644
index 0000000000..6073621a8b
--- /dev/null
+++ b/recipes-graphics/xorg-lib/xorg-lib-common.inc
@@ -0,0 +1,17 @@
1HOMEPAGE = "http://www.x.org"
2BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
3
4SECTION = "x11/libs"
5LICENSE = "MIT-X"
6DEPENDS = "util-macros"
7
8XORG_PN = "${BPN}"
9INC_PR = "r9"
10
11SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
12
13S = "${WORKDIR}/${XORG_PN}-${PV}"
14
15inherit autotools pkgconfig
16
17EXTRA_OECONF = "--enable-malloc0returnsnull"