summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-24 11:12:12 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commitc02d34555ad690ceb36dcf0e09c03de41a136677 (patch)
tree38516c50a45f651a11cf069a03608a90f44e5918 /cmake
parentfa764fe4e96540c8292eeca379c57ed7447f6678 (diff)
downloaddbus-c02d34555ad690ceb36dcf0e09c03de41a136677.tar.gz
cmake: Generate the same DBus1Config with Meson as with Autotools
DBus1Config.cmake.in relies on DBus1Targets.cmake, which is generated by CMake. DBus1Config.pkgconfig.in uses pkg-config and is independent of CMake. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/meson.build b/cmake/meson.build
index 799f5d24..863e6ee3 100644
--- a/cmake/meson.build
+++ b/cmake/meson.build
@@ -27,7 +27,7 @@ cmake_config.set('DBUS_VERSION', version)
cmake_files = [
configure_file(
- input: 'DBus1Config.cmake.in',
+ input: 'DBus1Config.pkgconfig.in',
output: 'DBus1Config.cmake',
configuration: cmake_config,
),