glib: Update various code comments to mention Meson

Rather than referring to the old autotools build system.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall
2019-01-09 11:42:16 +00:00
parent d08e4661de
commit 7cff1b2265
5 changed files with 7 additions and 20 deletions

View File

@@ -56,7 +56,7 @@ test_annotations (void)
iface = foo_igen_bar_interface_info ();
g_assert (iface != NULL);
/* see Makefile.am for where these annotations are injected */
/* see meson.build for where these annotations are injected */
g_assert_cmpint (count_annotations (iface->annotations), ==, 1);
g_assert_cmpstr (g_dbus_annotation_info_lookup (iface->annotations, "Key1"), ==, "Value1");