mirror of
https://github.com/lbonn/rofi
synced 2025-02-16 21:08:31 +00: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…
Add table
Reference in a new issue