summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-12-17 22:52:40 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2019-01-04 16:33:53 +0100
commit32bde011b2522d302d72506884866bd809ef5bda (patch)
tree92559d613009f763cc67df5a8a019d2bdde963ef /meson.build
parentdc34f1be6a3c1fa6d5615ad5d647003e7ce3196f (diff)
downloadgvfs-32bde011b2522d302d72506884866bd809ef5bda.tar.gz
build: Remove gdbus codegen workaround
When gvfs was ported to meson `gdbus-codegen` was not able to generate the source and header files independently, and this caused issues on highly parallelized build. To avoid this issue a workaround was placed by using an external script. However, recently glib and meson acquired support for generating source and header files independently, so the workaround has been removed.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson.build b/meson.build
index 19e91c3a..43e126c0 100644
--- a/meson.build
+++ b/meson.build
@@ -453,12 +453,6 @@ 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')