From 2048cd983ed5626c10dba5b1542f99cf5857399a Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 22 Oct 2021 00:41:10 +0200 Subject: .build.yml: Fix the ayatana-indicator-messages build --- .build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 3d806f6..bb32613 100644 --- a/.build.yml +++ b/.build.yml @@ -186,8 +186,7 @@ before_scripts: - git clone --depth 1 https://github.com/AyatanaIndicators/ayatana-indicator-messages.git ayatana-indicator-messages-build - fi - cd ayatana-indicator-messages-build - - NOCONFIGURE=1 ./autogen.sh - - ./configure --disable-tests --prefix=/usr + - cmake . -DCMAKE_INSTALL_PREFIX=/usr - make - make install -- cgit v1.2.3