From: Simon McVittie Date: Fri, 24 Jun 2022 10:12:12 +0000 (+0100) Subject: cmake: Generate the same DBus1Config with Meson as with Autotools X-Git-Tag: dbus-1.15.0~32^2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c02d34555ad690ceb36dcf0e09c03de41a136677;p=thirdparty%2Fdbus.git 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 --- diff --git a/cmake/meson.build b/cmake/meson.build index 799f5d24e..863e6ee33 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, ),