Add xrm pre-build.

This commit is contained in:
Dave Davenport 2016-10-31 20:42:34 +01:00
parent 69c19afcfc
commit 282abad810
1 changed files with 10 additions and 0 deletions

View File

@ -10,6 +10,16 @@ before_script:
- apt-get install --force-yes -y libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev
before_script:
- git clone --recursive https://github.com/Airblader/xcb-util-xrm.git
- cd xcb-util-xrm
- ./autogen.sh --prefix=/usr
- make
- sudo make install
- cd -
- autoreconf -i
- ./configure --enable-gcov --enable-drun
build-rofi:
script:
- git submodule update --init