mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add xrm pre-build.
This commit is contained in:
parent
69c19afcfc
commit
282abad810
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue