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