This commit is contained in:
Gerben Jan Dijkman 2021-08-21 18:17:18 +02:00
parent a7b53c1f47
commit d1af0dee71

View File

@ -61,7 +61,7 @@ src_configure() {
local emesonargs=( local emesonargs=(
-Ddefault_library=shared -Ddefault_library=shared
-Dtests=false -Dtests=false
-Dembed-wlroots=false -Dembed-wlroots=disabled
) )
meson_src_configure meson_src_configure
} }