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:
parent
a7922cc07c
commit
bc356979bb
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@ install:
|
||||||
- sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev
|
- sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev
|
||||||
|
|
||||||
before_script:
|
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
|
- autoreconf -i
|
||||||
- ./configure --enable-gcov
|
- ./configure --enable-gcov
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue