Revert "Get rid of xcb-util-xrm"

This reverts commit 50817ae8b8.
This commit is contained in:
Uli Schlachter 2020-08-03 17:43:04 +02:00
parent 9bc10886e4
commit cd77d65c67
1 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,13 @@ before_install:
install: install:
- sudo gem install asciidoctor - 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 (echo '#!/bin/sh' ; echo 'set -x' ; echo 'gcc -shared -Wl,--no-undefined -o "$@" -ldl -lm') > /tmp/myar