blob: 383c844a2e3447e5be4e9508a270abe41e6e2720 (
plain)
1
2
3
4
5
6
7
8
|
FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
# EGL driver does not support the EGL_NO_DISPLAY query parameter
SRC_URI += " \
file://weston-workaround-for-egl-no-display.patch \
"
CPPFLAGS_append = " -DEGL_DRIVER_NO_EGL_NO_DISPLAY_SUPPORT=1"
|