build: Use only meson for squeekboard
This breaks autoconf. The only resulting binary is the squeekboard GUI. It still needs the autotools-built eekboard client in order to do anything useful. That one needs to be built using a different branch, making this a WIP.
This commit is contained in:
@ -12,9 +12,6 @@ build_automake:
|
||||
tags:
|
||||
- librem5
|
||||
script:
|
||||
- ./autogen.sh --enable-vala=no --enable-xtest=no --prefix=`pwd`/../eekboard-install/
|
||||
- make
|
||||
- make install
|
||||
- mkdir -p ../build
|
||||
- PKG_CONFIG_PATH=`pwd`/../eekboard-install/lib/pkgconfig/ meson ../build/ --prefix=`pwd`/../squeekboard-install/
|
||||
- cd ../build
|
||||
|
||||
Reference in New Issue
Block a user