From e2b714c08a40a90712ad1d9f65a67850c710ba79 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 13 Nov 2014 15:59:23 +0000 Subject: Enable gallium-egl in mesa.morph --- strata/mesa-common/mesa.morph | 1 + 1 file changed, 1 insertion(+) diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph index f946390f..cbacec81 100644 --- a/strata/mesa-common/mesa.morph +++ b/strata/mesa-common/mesa.morph @@ -13,6 +13,7 @@ configure-commands: *) DRIDRIVERS=yes GALLIUMDRIVERS=yes + EXTRAARGS="--enable-gallium-egl" ;; esac ./autogen.sh --prefix="$PREFIX" \ -- cgit v1.2.1