blob: e7931dcdfdf20e0643996598c5cfdb0f8848121c (
plain)
1
2
3
4
5
6
7
8
9
10
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}-"
|