meson: add 'devel' install_tag to libsystemd.pc and libudev.pc

This commit is contained in:
Mike Gilbert
2022-05-14 11:23:02 -04:00
parent 35d17e15dc
commit 260c0a80ac
2 changed files with 2 additions and 0 deletions

View File

@@ -187,6 +187,7 @@ custom_target(
output : 'libsystemd.pc',
command : [jinja2_cmdline, '@INPUT@', '@OUTPUT@'],
install : pkgconfiglibdir != 'no',
install_tag : 'devel',
install_dir : pkgconfiglibdir)
############################################################

View File

@@ -40,6 +40,7 @@ custom_target(
output : 'libudev.pc',
command : [jinja2_cmdline, '@INPUT@', '@OUTPUT@'],
install : pkgconfiglibdir != 'no',
install_tag : 'devel',
install_dir : pkgconfiglibdir)
############################################################