[gnome-continuous] manifest: disable glamor build in the xserver



commit f538d28d6d6029950c5dbf678f1a41f56b34a647
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Feb 12 16:13:14 2016 +0000

    manifest: disable glamor build in the xserver
    
    Seems xwayland sessions are crashing because xwayland is
    trying to use glamor/DRI3, but xwayland should work perfectly fine
    without glamor/DRI3
    
    https://bugs.freedesktop.org/show_bug.cgi?id=94078

 manifest.json |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 4835ea0..4a06652 100644
--- a/manifest.json
+++ b/manifest.json
@@ -411,9 +411,9 @@
                {"src": "fd:xcb/util-keysyms",
                 "patches": ["xorg-xcb-util-keysyms-autogen.patch"]},
 
-        {"src": "fd:xorg/xserver",
-         "config-opts": ["--enable-xwayland",
-                         "--enable-glamor"]},
+               {"src": "fd:xorg/xserver",
+                "config-opts": ["--enable-xwayland",
+                                "--disable-dri3"]},
 
                {"src": "fd:xcb/util"},
 
@@ -446,8 +446,6 @@
 
                {"src": "fd:xorg/driver/xf86-video-ati"},
 
-               {"src": "fd:xorg/driver/glamor"},
-
                {"src": "fd:nouveau/xf86-video-nouveau"},
 
                {"src": "fd:xorg/driver/xf86-video-intel"},


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]