mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-31 06:50:06 +03:00
build: Schema doesn't require XPath anymore
This commit is contained in:
parent
1dc5e50a8e
commit
799104defb
@ -91,9 +91,6 @@ libxml2_la_SOURCES += xmlregexp.c xmlunicode.c
|
||||
endif
|
||||
if WITH_SCHEMAS_SOURCES
|
||||
libxml2_la_SOURCES += relaxng.c xmlschemas.c xmlschemastypes.c
|
||||
if !WITH_XPATH_SOURCES
|
||||
libxml2_la_SOURCES += xpath.c
|
||||
endif
|
||||
endif
|
||||
if WITH_SCHEMATRON_SOURCES
|
||||
libxml2_la_SOURCES += schematron.c
|
||||
|
@ -433,7 +433,6 @@ xml_opt_src = [
|
||||
[want_reader, ['xmlreader.c']],
|
||||
[want_regexps, ['xmlregexp.c', 'xmlunicode.c']],
|
||||
[want_schemas, ['relaxng.c', 'xmlschemas.c', 'xmlschemastypes.c']],
|
||||
[want_schemas and not want_xpath, ['xpath.c']],
|
||||
[want_schematron, ['schematron.c']],
|
||||
[want_writer, ['xmlwriter.c']],
|
||||
[want_xinclude, ['xinclude.c']],
|
||||
|
Loading…
x
Reference in New Issue
Block a user