From da62b3561386382fa1abe87c7fb306a586712bf8 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Tue, 4 Oct 2022 11:00:02 +0200 Subject: [PATCH] Fix --- gui-wm/phosh/phosh-0.17.0-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-wm/phosh/phosh-0.17.0-r1.ebuild b/gui-wm/phosh/phosh-0.17.0-r1.ebuild index 465ff7f..11e643f 100755 --- a/gui-wm/phosh/phosh-0.17.0-r1.ebuild +++ b/gui-wm/phosh/phosh-0.17.0-r1.ebuild @@ -63,11 +63,11 @@ src_prepare() { } src_configure() { - local mycmakeargs=( - -Dsystemd=true + local emesonargs=( + -Dtests=false + -Dsystemd=true ) - - cmake_src_configure + meson_src_configure } src_install() {