xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 8 18:33:55 UTC 2019


 .appveyor.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit afd80cfcd5ed7cd45d72620e74df86b016f81f3a
Author: Jon Turney <jon.turney at dronecode.org.uk>
Date:   Mon Sep 16 12:43:20 2019 +0100

    Revert "appveyor: Drop building Xorg server"
    
    This reverts commit a9537cfdd1ed9656f4e29225af8861418b4fd682.
    
    This is buildable again since !244

diff --git a/.appveyor.yml b/.appveyor.yml
index 083ac1a2b..b86e33ed4 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -75,7 +75,7 @@ cache:
 - '%CYGWIN_ROOT%\home\%USERNAME%\.ccache'
 build_script:
 - SET PATH=%CYGWIN_ROOT%/bin
-- '%CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; meson setup --prefix=/usr -Dxv=false -Dxf86bigfont=true -Ddmx=true -Dxephyr=true -Dxnest=true -Dxvfb=true -Dxwin=true -Dxorg=false -Dhal=false -Dudev=false -Dpciaccess=false -Dint10=false build"'
+- '%CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; meson setup --prefix=/usr -Dxv=false -Dxf86bigfont=true -Ddmx=true -Dxephyr=true -Dxnest=true -Dxvfb=true -Dxwin=true -Dxorg=true -Dhal=false -Dudev=false -Dpciaccess=false -Dint10=false build"'
 - '%CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; meson configure build"'
 - '%CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; ninja -C build"'
 - '%CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; ccache -s"'


More information about the xorg-commit mailing list