Skip to content
Commit 06c28a63 authored by Iñigo Martínez's avatar Iñigo Martínez
Browse files

build: Apply a workaround for D-Bus code generation

meson uses `gdbus-codegen` for D-Bus code generation. However, both
files are generated implicitly, so meson is not able to know how
many files are generated, so it does generate only one opaque
target that represents the two files.

A new script has been created only to call `gdbus-codegen` and
simulate the generation of the source code and header as different
targets.

Please see:
  https://bugzilla.gnome.org/show_bug.cgi?id=791015
  https://github.com/mesonbuild/meson/pull/2930

https://bugzilla.gnome.org/show_bug.cgi?id=794365
parent f2163d2d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment