diff options
author | Florin Sarbu <florin.sarbu@windriver.com> | 2014-10-02 06:17:28 +0300 |
---|---|---|
committer | Stephen Lawrence <stephen.lawrence@renesas.com> | 2015-03-25 16:12:12 +0000 |
commit | 57b6a223868386ca642e8aad981e686d9c0ca78d (patch) | |
tree | a385e6de78fe87c91a3b29b723b58a1083a050b0 /meta-rcar-gen2/recipes-graphics/mesa/mesa-wayland.inc | |
parent | daa49b75cf977790585dcd3dbc5ef01574ca046a (diff) |
mesa: Add patch for compiling mesa when drm platform is not set.
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Diffstat (limited to 'meta-rcar-gen2/recipes-graphics/mesa/mesa-wayland.inc')
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/mesa/mesa-wayland.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rcar-gen2/recipes-graphics/mesa/mesa-wayland.inc b/meta-rcar-gen2/recipes-graphics/mesa/mesa-wayland.inc index e58535e..a69d7d6 100644 --- a/meta-rcar-gen2/recipes-graphics/mesa/mesa-wayland.inc +++ b/meta-rcar-gen2/recipes-graphics/mesa/mesa-wayland.inc @@ -2,6 +2,9 @@ PACKAGECONFIG[gles] = "--enable-gles1 --disable-gles2" PACKAGECONFIG[egl] = "--enable-egl --with-egl-platforms=wayland" +FILESEXTRAPATHS_append := ":${THISDIR}/mesa_10.1.3/" +SRC_URI += "file://0001-egl_dri2-fix-wayland_platform-when-drm_platform-is-n.patch" + # Disable the gbm modules of mesa EXTRA_OECONF_rcar-gen2 := "${@'${EXTRA_OECONF}'.replace('--enable-gbm', '--disable-gbm')}" # Remove the gbm and egl packages. These are provided in other recipes. |