From f584aa719cfdea7db884904fac24ad24f24c765b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 21 Sep 2015 08:09:29 +0100 Subject: strata/mesa-common/mesa.morph: Enable GLX This is needed by gnome-session https://bugzilla.gnome.org/show_bug.cgi?id=686806 Change-Id: I9150c3a50e6a1038a2c78363598a2e6d0774eb17 --- strata/mesa-common/mesa.morph | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'strata/mesa-common') diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph index 2a3fe96a..24c290cd 100644 --- a/strata/mesa-common/mesa.morph +++ b/strata/mesa-common/mesa.morph @@ -16,7 +16,6 @@ configure-commands: esac ./autogen.sh --prefix="$PREFIX" \ --enable-gles2 \ - --disable-glx \ - --with-egl-platforms=drm,wayland \ + --with-egl-platforms=drm,wayland,x11 \ --with-gallium-drivers="$GALLIUMDRIVERS" \ --with-dri-drivers="$DRIDRIVERS" -- cgit v1.2.1