summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2019-08-29 08:09:09 +0200
committerThomas Haller <thaller@redhat.com>2019-10-01 09:49:33 +0200
commit23b4dc5f77bb854e57ec2de07ed608f2a916a101 (patch)
tree629dbf767e9e15a821379767d3627d325ef362ef /introspection
parent2172b885b4d0ee15ae572d26c2016b6a4f957e61 (diff)
downloadNetworkManager-23b4dc5f77bb854e57ec2de07ed608f2a916a101.tar.gz
meson: Rename variables related to pkg-config variables
Some variables belong to variables in their correspondent pkg-config file. These variables have been renamed to `dependency_variable` to reflect the dependency and variables from pkg-config files they are related to. Some of these has also been fixed to use paths relative to installation prefix.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/meson.build b/introspection/meson.build
index 03cfa46243..10b0405053 100644
--- a/introspection/meson.build
+++ b/introspection/meson.build
@@ -91,7 +91,7 @@ endforeach
install_data(
ifaces_xmls,
- install_dir: dbus_ifaces_dir,
+ install_dir: dbus_interfaces_dir,
)
libnmdbus = static_library(