blob: 5ef23019adc8045482634792aa50c261aef915b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require xserver-xf86-lite.inc
PR = "r1"
DEPENDS += "font-util"
SRC_URI += "file://nodolt.patch;patch=1 \
file://crosscompile.patch;patch=1"
# Misc build failure for master HEAD
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1 \
file://revert_make_sys_c_use_unaligned_access_functions.patch;patch=1"
|