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:
parent
ff8ec59c97
commit
3cd096e0c4
|
|
@ -280,7 +280,7 @@ else
|
|||
build_xquartz = get_option('xquartz') == 'true'
|
||||
endif
|
||||
|
||||
build_rootless = false
|
||||
build_rootless = true
|
||||
if build_xquartz
|
||||
build_rootless = true
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue