mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
meson: Fix reference to docs/macros.md in meson.options
It was renamed from `macros.txt` a while ago. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
9a0b1498e0
commit
4f85dfe34b
@ -117,19 +117,19 @@ option('glib_debug',
|
|||||||
type : 'feature',
|
type : 'feature',
|
||||||
value : 'auto',
|
value : 'auto',
|
||||||
yield : true,
|
yield : true,
|
||||||
description : 'Enable GLib debug infrastructure (see docs/macros.txt)')
|
description : 'Enable GLib debug infrastructure (see docs/macros.md)')
|
||||||
|
|
||||||
option('glib_assert',
|
option('glib_assert',
|
||||||
type : 'boolean',
|
type : 'boolean',
|
||||||
value : true,
|
value : true,
|
||||||
yield : true,
|
yield : true,
|
||||||
description : 'Enable GLib assertion (see docs/macros.txt)')
|
description : 'Enable GLib assertion (see docs/macros.md)')
|
||||||
|
|
||||||
option('glib_checks',
|
option('glib_checks',
|
||||||
type : 'boolean',
|
type : 'boolean',
|
||||||
value : true,
|
value : true,
|
||||||
yield : true,
|
yield : true,
|
||||||
description : 'Enable GLib checks such as API guards (see docs/macros.txt)')
|
description : 'Enable GLib checks such as API guards (see docs/macros.md)')
|
||||||
|
|
||||||
option('libelf',
|
option('libelf',
|
||||||
type : 'feature',
|
type : 'feature',
|
||||||
|
Loading…
Reference in New Issue
Block a user