summaryrefslogtreecommitdiff
path: root/src/libudev
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2022-06-11 18:34:08 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-06-12 13:13:49 +0900
commit039f1673e9b1c35cabe06d9e1db53f4bf024889e (patch)
tree7f6b9fd662f6096ff5edd48b25768aa19761d509 /src/libudev
parent570ddd3268a0e7daaaabfb225487ddcaa5571edc (diff)
downloadsystemd-039f1673e9b1c35cabe06d9e1db53f4bf024889e.tar.gz
meson: add build targets for libudev, libsystemd and pkg-config
Mirror install tags with the same names and content
Diffstat (limited to 'src/libudev')
-rw-r--r--src/libudev/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/meson.build b/src/libudev/meson.build
index 343fac6945..92d54078f0 100644
--- a/src/libudev/meson.build
+++ b/src/libudev/meson.build
@@ -34,7 +34,7 @@ libudev_basic = static_library(
static_libudev = get_option('static-libudev')
static_libudev_pic = static_libudev == 'true' or static_libudev == 'pic'
-custom_target(
+libudev_pc = custom_target(
'libudev.pc',
input : 'libudev.pc.in',
output : 'libudev.pc',