Testing build commands

This commit is contained in:
Gerben Jan Dijkman 2022-10-04 15:39:42 +02:00
parent 002274efd9
commit 7b4459aedd
2 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,8 @@ src_prepare() {
src_configure() {
local emesonargs=(
-Dsystemd=true
-Dtests=false
-Dphoc_tests=false
)
meson_src_configure

View File

@ -71,6 +71,8 @@ src_configure() {
-Dtests=false
-Dxwayland=disabled
-Dgtk_doc=false
-Drenderers=gles2
-Dbackends=libinput
)
meson_src_configure