aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-09-02 00:59:42 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-09-02 01:33:08 +0200
commitf784dd2d78f947838ebc1d4a84f81a55e8311b8f (patch)
treea71e3ce82d0245c76cee7173c0ddaee9a80a8d90 /recipes/xorg-lib
parentaf431dbe673e2135f912d07479e4b964f5583246 (diff)
downloadopenembedded-f784dd2d78f947838ebc1d4a84f81a55e8311b8f.tar.gz
libx11-native: provide native recipe for versiob 1.2
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r--recipes/xorg-lib/libx11-native_1.2.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libx11-native_1.2.bb b/recipes/xorg-lib/libx11-native_1.2.bb
new file mode 100644
index 0000000000..e7931dcdfd
--- /dev/null
+++ b/recipes/xorg-lib/libx11-native_1.2.bb
@@ -0,0 +1,11 @@
+require libx11_${PV}.bb
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11"
+
+DEPENDS = "xproto-native xextproto-native libxau-native xtrans-native libxdmcp-native xcmiscproto-native xf86bigfontproto-native kbproto-native inputproto-native bigreqsproto-native util-macros-native"
+PROVIDES = ""
+
+inherit native
+
+#fake it here for the libtool mess
+TARGET_PREFIX = "${TARGET_SYS}-"