summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/recipes-graphics/wayland/weston_1.8.0.bbappend
diff options
context:
space:
mode:
authorManuel Bachmann <mbc@iot.bzh>2016-01-28 09:10:59 +0000
committerManuel Bachmann <mbc@iot.bzh>2016-01-28 11:46:31 +0000
commit294ed7df5328269d9f763adccb331f407bbbe651 (patch)
tree172d049b8b9aa5922335c0e0590a22c6e6289d91 /meta-rcar-gen2/recipes-graphics/wayland/weston_1.8.0.bbappend
parent047d1f920d892edf807156f3dbbc5184e90734aa (diff)
r-car m2: Revert "EGL_NO_DISPLAY workaroud", update libegl
The previous workaround will not not be necessary anymore to run Weston 1.8.0 on Porter, once we update the Renesas- specific libegl. This reverts commit d76a274af819a7cff4ef5c70de459de7bc68755a. This updates libegl. Change-Id: Ie8bedd0c6a47d05e9c5ec86ec63f035ac61dbb84 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
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.bbappend8
1 files changed, 0 insertions, 8 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
deleted file mode 100644
index 383c844..0000000
--- a/meta-rcar-gen2/recipes-graphics/wayland/weston_1.8.0.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-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"