blob: 81d3f91fa6587cdbf1e723a9915e90396a46b5d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require libx11.inc
PE = "1"
PR = "r0"
SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
file://include_fix.patch;patch=1"
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
EXTRA_OECONF += "--without-xcb"
|