From 50817ae8b8954f4817f580288efef4b52df20f38 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Mon, 3 Aug 2020 17:29:21 +0200 Subject: [PATCH] Get rid of xcb-util-xrm --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2105aa781..32fa6410a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,13 +60,6 @@ before_install: install: - sudo gem install asciidoctor - - | - # Install xcb-util-xrm. - set -e - (git clone --depth 1 --recursive https://github.com/Airblader/xcb-util-xrm.git /tmp/xcb-util-xrm - cd /tmp/xcb-util-xrm - ./autogen.sh --prefix=/usr - make && sudo make install) - | (echo '#!/bin/sh' ; echo 'set -x' ; echo 'gcc -shared -Wl,--no-undefined -o "$@" -ldl -lm') > /tmp/myar