summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-07-01 15:53:42 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2020-04-15 14:13:58 +0000
commit4055fed1e7933c05afe143cbd18743c1ff1c7fee (patch)
treef4fa42a61a3cecd8b31dd6e67ef91a8a56856969 /.appveyor.yml
parent9e02e023b08e24d4213ca14d99612e4cf5ef2f1e (diff)
hw/xwin: Remove XSetAuthorization() for helper clients
All helper client code now uses xcb, so calling XSetAuthorization() is no longer needed. This is the last reference to libX11 from helper clients, so linking with x11-xcb and libX11 is no longer required. Also drop (unneeded?) linking with libXau. Also drop installing these prerequistes on AppvVeyor. Also move prototypes for functions in winauth.c from win.h into a new header, winauth.h, and include that where needed.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index b86e33ed4..b243ff43b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -37,9 +37,7 @@ libGL-devel,\
libnettle-devel,\
libpixman1-devel,\
libtirpc-devel,\
-libX11-devel,\
libXRes-devel,\
-libXau-devel,\
libXaw-devel,\
libXdmcp-devel,\
libXext-devel,\