mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 13:28:02 +02:00
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>
This commit is contained in:
parent
fa764fe4e9
commit
c02d34555a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue