meson: always compile rootless library

Always compile (but not linking) the rootless library, for giving it some
compile test coverage.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-09-20 20:18:41 +02:00
parent ff8ec59c97
commit 3cd096e0c4

View File

@ -280,7 +280,7 @@ else
build_xquartz = get_option('xquartz') == 'true' build_xquartz = get_option('xquartz') == 'true'
endif endif
build_rootless = false build_rootless = true
if build_xquartz if build_xquartz
build_rootless = true build_rootless = true
endif endif