aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-03-23 07:56:18 -0600
committerJan Luebbe <jluebbe@debian.org>2009-03-26 11:35:06 +0100
commit588e6f172478dc51bb2dab7fca2a5e2fd693e291 (patch)
treed57123e524206b784e780b802a4b52c4d3713e46
parent663328b0bd0c1c8d9f1ed6f6bc8062d1ac83a2e7 (diff)
downloadopenembedded-588e6f172478dc51bb2dab7fca2a5e2fd693e291.tar.gz
New libxext-native recipe
-rw-r--r--recipes/xorg-lib/libxext-native_1.0.4.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxext-native_1.0.4.bb b/recipes/xorg-lib/libxext-native_1.0.4.bb
new file mode 100644
index 0000000000..830f932e45
--- /dev/null
+++ b/recipes/xorg-lib/libxext-native_1.0.4.bb
@@ -0,0 +1,12 @@
+require xorg-lib-common.inc
+
+DESCRIPTION = "X11 miscellaneous extension library"
+DEPENDS += "xproto-native libx11-native xextproto-native libxau-native util-macros-native"
+PROVIDES = "xext"
+PR = "r1"
+PE = "1"
+
+XORG_PN = "libXext"
+
+inherit native
+