1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

meson: Add some TODO comments

This commit is contained in:
Nick Wellnhofer 2024-05-20 23:46:37 +02:00
parent 3018842c07
commit bd7cafdbce
3 changed files with 5 additions and 0 deletions

View File

@ -91,6 +91,8 @@ want_xptr = get_option('xptr')
want_xptr_locs = get_option('xptr-locs')
want_zlib = get_option('zlib')
# TODO: Options should be three-valued: "yes", "no", default
# TODO: Legacy defaults
# hard dependencies on options
@ -178,6 +180,7 @@ endif
# minimum dependencies
if get_option('minimum')
# TODO: This is should allow other options
want_c14n = false
want_catalog = false
want_debug = false

View File

@ -42,6 +42,7 @@
# [X] minimum
# [X] ipv6
# TODO: Options should be three-valued: "yes", "no", default
option('c14n',
type: 'boolean',

View File

@ -1,3 +1,4 @@
# TODO: Run the tests
python_test_files = files(
'attribs.py',