From 8628d4eb91e60c563dc90063b3e7b986f90ff2dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 14 May 2015 22:20:39 +0100 Subject: mesa.morph: Do not use --enable-gallium-egl This configure option was removed since version 10.4, commit c46c551c56f78c6bf9e63524c89478695fc4f525 Change-Id: If396bc1139b43d3b16c72795921f485b68469c35 --- strata/mesa-common/mesa.morph | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph index 4194acc2..2a3fe96a 100644 --- a/strata/mesa-common/mesa.morph +++ b/strata/mesa-common/mesa.morph @@ -19,5 +19,4 @@ configure-commands: --disable-glx \ --with-egl-platforms=drm,wayland \ --with-gallium-drivers="$GALLIUMDRIVERS" \ - --with-dri-drivers="$DRIDRIVERS" \ - --enable-gallium-egl + --with-dri-drivers="$DRIDRIVERS" -- cgit v1.2.1