blob: 6a959ba5a29b7cb412505dd3050a06d62828b71d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require xserver-xf86-dri-lite.inc
PE = "1"
PR = "r3"
PROTO_DEPS += "xf86driproto dri2proto"
SRC_URI += "file://nodolt.patch;patch=1 \
file://libdri-xinerama-symbol.patch;patch=1 \
file://xserver-boottime.patch;patch=1"
# Misc build failure for master HEAD
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
EXTRA_OECONF += "--enable-dri --enable-dri2"
|