diff options
Diffstat (limited to 'meta-rcar-gen2/recipes-graphics/wayland/weston_1.8.0.bbappend')
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/wayland/weston_1.8.0.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-rcar-gen2/recipes-graphics/wayland/weston_1.8.0.bbappend b/meta-rcar-gen2/recipes-graphics/wayland/weston_1.8.0.bbappend new file mode 100644 index 0000000..383c844 --- /dev/null +++ b/meta-rcar-gen2/recipes-graphics/wayland/weston_1.8.0.bbappend @@ -0,0 +1,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" |