1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-03-03 16:05:20 -05:00

Add building xcb-util-xrm to travis

This commit is contained in:
Dave Davenport 2016-06-25 14:14:39 +02:00
parent a7922cc07c
commit bc356979bb

View file

@ -34,6 +34,12 @@ install:
- sudo apt-get install -y --force-yes 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