diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2019-04-18 12:07:34 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2019-04-18 12:24:36 +0100 |
commit | 883530835d463124fcc9bc6143ef139819f6c981 (patch) | |
tree | 12ceb8215bc5bd929990cc832bc0541f8f76ce6d /.appveyor.yml | |
parent | 6370cf026ae0d752b0f28d4a25fd22c60fea26f0 (diff) |
appveyor: Drop installing unnecessary packages
Drop installing packages which were used by the autotools build (or
maybe even monolithic build!) but are no longer required by the meson
build
Also, alphabetically sort within tools, protocol headers, devel
libraries, miscellaneous groups to match [1]
[1] https://x.cygwin.com/docs/cg/prog-build-prerequisites.html
Also, update to require xkbcomp-devel, split from xkbcomp
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 450e4c27b..14b1a64a1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,29 +16,24 @@ install: - curl -fsSL https://gist.githubusercontent.com/jon-turney/0338af595313f598bfab15a0ac0df847/raw/bd0eeca6be899e7846aa988fbcf15e4e12f5f842/zp_libtool_cleanlafiles.sh -o %CYGWIN_ROOT%\etc\postinstall\zp_libtool_cleanlafiles.sh - echo Updating Cygwin and installing build prerequisites - "%CYGWIN_ROOT%\\%SETUP% -qnNdO -R %CYGWIN_ROOT% -s %CYGWIN_MIRROR% -l %CACHE% -g -P \ -meson,\ binutils,\ bison,\ -bzip2,\ -diffutils,\ -fileutils,\ -findutils,\ flex,\ -gawk,\ gcc-core,\ -make,\ -patch,\ +meson,\ +ninja,\ pkg-config,\ python3,\ -sed,\ -tar,\ -xorgproto,\ windowsdriproto,\ +xorgproto,\ libdmx-devel,\ +libepoxy-devel,\ libfontenc-devel,\ libfreetype-devel,\ libGL-devel,\ +libnettle-devel,\ libpixman1-devel,\ +libtirpc-devel,\ libX11-devel,\ libXRes-devel,\ libXau-devel,\ @@ -63,17 +58,12 @@ libxcb-shape-devel,\ libxcb-util-devel,\ libxcb-xkb-devel,\ libxkbfile-devel,\ -zlib,\ font-util,\ khronos-opengl-registry,\ python3-lxml,\ -xorg-util-macros,\ -xtrans,\ -xkbcomp,\ +xkbcomp-devel,\ xkeyboard-config,\ -libnettle-devel,\ -libepoxy-devel,\ -libtirpc-devel" +xtrans" - echo Install done cache: - C:\cache |