From dad7597a75aa84fe05c5b1c0213bac7ffa10592a Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 5 Oct 2015 14:33:50 +0900 Subject: Enable glx in xserver build This is required for gnome-session to detect hardware acceleration, whether it be by way of the virtual llvmpipe or otherwise, the glX*() apis provided by X libs must be present. See https://bugzilla.gnome.org/show_bug.cgi?id=686806 This completes commit f584aa719cfdea7db884904fac24ad24f24c765b Change-Id: Iaf9d1cfb5c149b45275d31e1f2939feffa5d47d4 --- strata/x-generic/xserver.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strata/x-generic/xserver.morph b/strata/x-generic/xserver.morph index e13ba77f..4e15605b 100644 --- a/strata/x-generic/xserver.morph +++ b/strata/x-generic/xserver.morph @@ -4,9 +4,9 @@ build-system: autotools configure-commands: - | ./autogen.sh --prefix="$PREFIX" \ - --disable-glx \ --disable-xvfb \ --disable-xnest \ --disable-xquartz \ --disable-xwin \ + --enable-glamor \ --enable-xwayland -- cgit v1.2.1