summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-05 14:33:50 +0900
committerJavier Jardón <jjardon@gnome.org>2015-10-11 20:26:27 +0000
commitdad7597a75aa84fe05c5b1c0213bac7ffa10592a (patch)
tree6ad30ff5f80cd0aaf2a403f5ce2ffaa923635851
parentfe50d0fc311e722383f8ccf9ff3234b08401f45c (diff)
downloaddefinitions-dad7597a75aa84fe05c5b1c0213bac7ffa10592a.tar.gz
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
-rw-r--r--strata/x-generic/xserver.morph2
1 files changed, 1 insertions, 1 deletions
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