~vcs-imports/dconf/master

Viewing all changes in revision 796.

  • Committer: Emmanuele Bassi
  • Date: 2018-08-11 22:52:56 UTC
  • Revision ID: git-v1:3833423bd614769107ea6123cc427221af85e3a6
Namespace the dependencies variables

The build currently, unintentionally, depends on side effects, namely:
that a variable defined in a meson.build file will be valid for any
other included meson.build file, until it gets re-defined.

We use the same `deps` variable in many places, and we end up depending
on the inclusion order when we get to the client library, which depends
on the gsettings backend defining the `deps` variable.

Reviewed-by: nobody
Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: