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:
Philip Withnall 2024-08-25 18:25:51 +01:00
parent 282545565a
commit 94078c9f96
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -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',