blob: 9c858fc1a5a3a8890d1ddb011f9c0e8371b24a0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require libx11.inc
PE = "1"
PR = "r1"
SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
file://nodolt.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"
|