blob: 923db0337134bb99556a02daf12bfb300e8ae555 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
OZONE_WAYLAND_EXTRA_PATCHES = " \
file://0001-wayland.gyp-adjust-Mesa-version-to-work-with-TI-SGX-.patch \
file://0001-libva-adjust-paths-in-headers-to-include-libva-prefi.patch \
"
USEGOLD = ""
DEPENDS += "gperf-native bison-native"
FULL_OPTIMIZATION = "-O2 -pipe"
|