Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 159d55f

Browse files
lovellnwellnhof
authored andcommitted
meson: ensure relaxng option supports minimum option
1 parent 0f10a05 commit 159d55f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ feature = get_option('schemas') \
185185
.require(want_pattern, error_message: 'schemas requires pattern') \
186186
.require(want_regexps, error_message: 'schemas requires regexps')
187187
want_schemas = not want_minimum \
188-
or get_option('relaxng') ? \
188+
or get_option('relaxng').enabled() ? \
189189
feature.allowed() : feature.enabled()
190190

191191
feature = get_option('relaxng') \

0 commit comments

Comments
 (0)