From f03866639979e9b188b43c9e0ce771abf874dcc7 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Fri, 28 May 2021 17:42:16 +0300 Subject: [PATCH] meson: add reference to bugfix so that we can safely remove our hack in the future, when we will be able to depend on the next version of meson --- docs/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/meson.build b/docs/meson.build index 9c392b4a..0bbbbdf5 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -109,6 +109,7 @@ if build_gir # A dummy library dependency to force meson to make the gir target # depend on wp-gtkdoc.h, because generate_gir() doesn't add dependencies # on its sources (meson bug) + # fixed in 0.59 by https://github.com/mesonbuild/meson/pull/8805 dummy_c = custom_target('dummy_c', command: ['echo', 'int dummy(void) { return 0; }'], capture: true,