aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-02-15 03:38:23 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2017-02-20 23:32:03 +0530
commit1f0319c288e2bb989e17cb83f3dad9e412c38838 (patch)
treeccbfae98bda5f11ec616e99d5dd76467f594cb9c
parentf3ff8fe6b724ecbad8006dade1df56da730f2e48 (diff)
downloadmeson-1f0319c288e2bb989e17cb83f3dad9e412c38838.zip
meson-1f0319c288e2bb989e17cb83f3dad9e412c38838.tar.gz
meson-1f0319c288e2bb989e17cb83f3dad9e412c38838.tar.bz2
gnome: Document why we need absolute paths for mkenums
I forgot why this was needed and had to dig through the git logs. Link to the GitHub issue for future reference.
-rw-r--r--mesonbuild/modules/gnome.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py
index 2fd24d9..7338205 100644
--- a/mesonbuild/modules/gnome.py
+++ b/mesonbuild/modules/gnome.py
@@ -870,6 +870,7 @@ can not be used with the current version of glib-compiled-resources, due to
}
custom_kwargs.update(kwargs)
return build.CustomTarget(output, state.subdir, custom_kwargs,
+ # https://github.com/mesonbuild/meson/issues/973
absolute_paths=True)
def genmarshal(self, state, args, kwargs):