summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-01-07 17:44:09 +0100
committerOndrej Holy <oholy@redhat.com>2019-01-07 17:44:09 +0100
commit7a2ff5035bf6cce3c783224c9df800c4a59a1f8f (patch)
tree46017945914ab9e69467f12a69bb5ee7180ef07d /meson.build
parent47203abf0b087be1fbf936d4040291e97fe39e16 (diff)
downloadgvfs-7a2ff5035bf6cce3c783224c9df800c4a59a1f8f.tar.gz
Revert "build: Remove gdbus codegen workaround"
This reverts commit 32bde011b2522d302d72506884866bd809ef5bda.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 43e126c0..19e91c3a 100644
--- a/meson.build
+++ b/meson.build
@@ -453,6 +453,12 @@ endif
enable_devel_utils = get_option('devel_utils')
enable_installed_tests = get_option('installed_tests')
+# FIXME: Opaque target return from gdbus_codegen
+# Please see:
+# https://bugzilla.gnome.org/show_bug.cgi?id=791015
+# https://github.com/mesonbuild/meson/pull/2930
+codegen = find_program('codegen.py')
+
gnome = import('gnome')
i18n = import('i18n')
pkg = import('pkgconfig')