]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: add 'devel' install_tag to libsystemd.pc and libudev.pc 23378/head
authorMike Gilbert <floppym@gentoo.org>
Sat, 14 May 2022 15:23:02 +0000 (11:23 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sat, 14 May 2022 15:59:13 +0000 (11:59 -0400)
src/libsystemd/meson.build
src/libudev/meson.build

index fa71a5dd1186c15b26e59643e6bd62adc3ca45f9..8a03890d8b5b8489aa6e0d6683bad0a694a8d70a 100644 (file)
@@ -187,6 +187,7 @@ custom_target(
         output : 'libsystemd.pc',
         command : [jinja2_cmdline, '@INPUT@', '@OUTPUT@'],
         install : pkgconfiglibdir != 'no',
+        install_tag : 'devel',
         install_dir : pkgconfiglibdir)
 
 ############################################################
index a831391cc1fb93352f67bb4703b4cc82d35a350d..343fac69452cc5029425105e8f81d99ff206403a 100644 (file)
@@ -40,6 +40,7 @@ custom_target(
         output : 'libudev.pc',
         command : [jinja2_cmdline, '@INPUT@', '@OUTPUT@'],
         install : pkgconfiglibdir != 'no',
+        install_tag : 'devel',
         install_dir : pkgconfiglibdir)
 
 ############################################################