diff options
author | Luca Boccassi <bluca@debian.org> | 2023-06-12 01:41:49 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-06-12 07:45:42 +0200 |
commit | d30d9bf0acbd8dce97299b7485691f6309810da6 (patch) | |
tree | 6bb10fa549c1bef686c394e87bcfa71960117791 /meson.build | |
parent | test: make coverage runs happy again (diff) | |
download | systemd-d30d9bf0acbd8dce97299b7485691f6309810da6.tar.xz systemd-d30d9bf0acbd8dce97299b7485691f6309810da6.zip |
meson: add systemd.pc and udev.pc to 'devel' target/tag
Same as the other pkg-config files, it is useful to install these in a specific
target that doesn't require compiling anything
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 5e97284786..87af0ea15e 100644 --- a/meson.build +++ b/meson.build @@ -2214,8 +2214,6 @@ subdir('src/udev') subdir('src/libudev') subdir('src/cryptsetup/cryptsetup-tokens') -alias_target('devel', libsystemd_pc, libudev_pc) - libsystemd = shared_library( 'systemd', version : libsystemd_version, @@ -2410,6 +2408,8 @@ subdir('rules.d') subdir('test') subdir('src/ukify/test') # needs to be last for test_env variable +alias_target('devel', libsystemd_pc, libudev_pc, systemd_pc, udev_pc) + ############################################################ # only static linking apart from libdl, to make sure that the |