mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-09 04:58:16 +03:00
meson: Add some TODO comments
This commit is contained in:
parent
3018842c07
commit
bd7cafdbce
@ -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
|
||||
|
@ -42,6 +42,7 @@
|
||||
# [X] minimum
|
||||
# [X] ipv6
|
||||
|
||||
# TODO: Options should be three-valued: "yes", "no", default
|
||||
|
||||
option('c14n',
|
||||
type: 'boolean',
|
||||
|
@ -1,3 +1,4 @@
|
||||
# TODO: Run the tests
|
||||
|
||||
python_test_files = files(
|
||||
'attribs.py',
|
||||
|
Loading…
x
Reference in New Issue
Block a user