summaryrefslogtreecommitdiff
path: root/common
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 /common
parent47203abf0b087be1fbf936d4040291e97fe39e16 (diff)
downloadgvfs-7a2ff5035bf6cce3c783224c9df800c4a59a1f8f.tar.gz
Revert "build: Remove gdbus codegen workaround"
This reverts commit 32bde011b2522d302d72506884866bd809ef5bda.
Diffstat (limited to 'common')
-rw-r--r--common/meson.build16
1 files changed, 10 insertions, 6 deletions
diff --git a/common/meson.build b/common/meson.build
index beef8c26..a718783f 100644
--- a/common/meson.build
+++ b/common/meson.build
@@ -14,12 +14,16 @@ sources = files(
'gvfsutils.c',
)
-dbus_sources = gnome.gdbus_codegen(
- 'gvfsdbus',
- gvfs_namespace + '.xml',
- interface_prefix: gvfs_namespace + '.',
- namespace: 'GVfsDBus',
- autocleanup: 'objects',
+# FIXME: Ugly workaround that simulates the generation of
+# two different targets.
+namespace = 'GVfsDBus'
+name = namespace.to_lower()
+
+dbus_sources = custom_target(
+ name,
+ input: gvfs_namespace + '.xml',
+ output: [name + '.c', name + '.h'],
+ command: [codegen, gvfs_namespace + '.', name, namespace, meson.current_build_dir(), '@INPUT@', '@OUTPUT@'],
)
deps = [