blob: 98fe79f5c3d2f3deb9655fd24f7dd34dd04ee4f6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require libx11_${PV}.bb
SRC_URI += "file://dolt-fix.patch;patch=1"
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
|