mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +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
282545565a
commit
94078c9f96
@ -117,19 +117,19 @@ option('glib_debug',
|
||||
type : 'feature',
|
||||
value : 'auto',
|
||||
yield : true,
|
||||
description : 'Enable GLib debug infrastructure (see docs/macros.txt)')
|
||||
description : 'Enable GLib debug infrastructure (see docs/macros.md)')
|
||||
|
||||
option('glib_assert',
|
||||
type : 'boolean',
|
||||
value : true,
|
||||
yield : true,
|
||||
description : 'Enable GLib assertion (see docs/macros.txt)')
|
||||
description : 'Enable GLib assertion (see docs/macros.md)')
|
||||
|
||||
option('glib_checks',
|
||||
type : 'boolean',
|
||||
value : 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',
|
||||
type : 'feature',
|
||||
|
Loading…
Reference in New Issue
Block a user