diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-lib/libx11-native_1.2.bb | 11 |
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}-" |