From 7b4459aedd32c57025eb7064083412a0c4b1257f Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Tue, 4 Oct 2022 15:39:42 +0200 Subject: [PATCH] Testing build commands --- gui-wm/phosh/phosh-0.21.1.ebuild | 2 ++ x11-wm/phoc/phoc-0.21.1.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gui-wm/phosh/phosh-0.21.1.ebuild b/gui-wm/phosh/phosh-0.21.1.ebuild index 67969ee..0fc0db2 100755 --- a/gui-wm/phosh/phosh-0.21.1.ebuild +++ b/gui-wm/phosh/phosh-0.21.1.ebuild @@ -69,6 +69,8 @@ src_prepare() { src_configure() { local emesonargs=( -Dsystemd=true + -Dtests=false + -Dphoc_tests=false ) meson_src_configure diff --git a/x11-wm/phoc/phoc-0.21.1.ebuild b/x11-wm/phoc/phoc-0.21.1.ebuild index f5a4ce6..a786a93 100755 --- a/x11-wm/phoc/phoc-0.21.1.ebuild +++ b/x11-wm/phoc/phoc-0.21.1.ebuild @@ -71,6 +71,8 @@ src_configure() { -Dtests=false -Dxwayland=disabled -Dgtk_doc=false + -Drenderers=gles2 + -Dbackends=libinput ) meson_src_configure