summaryrefslogtreecommitdiff
path: root/src/udev
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-23 18:39:07 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-27 20:12:44 +0100
commit4908de44b0a0409f84a7cdc5641b114d6ce8ba03 (patch)
tree808885c7c42e33c2dc5f67e4fa7549ecb50ccd95 /src/udev
parent009b80a48d3a2fa19a24c60ed58805a61854999c (diff)
downloadsystemd-4908de44b0a0409f84a7cdc5641b114d6ce8ba03.tar.gz
{systemd,udev}.pc: add names with underscores, deprecate the old ones
The names with multiple lowercase words run together are hard to read. We started that way with very short names like rootprefix, but then same pattern was applied to longer and longer names. Looking at the body of .pc files available on my machine, many packages use underscores; let's do the same. Old names are kept for compatiblity, so this is backwards compatible.
Diffstat (limited to 'src/udev')
-rw-r--r--src/udev/udev.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/udev/udev.pc.in b/src/udev/udev.pc.in
index 5acbb2d01a..7b4f4006b5 100644
--- a/src/udev/udev.pc.in
+++ b/src/udev/udev.pc.in
@@ -2,4 +2,5 @@ Name: udev
Description: udev
Version: @PROJECT_VERSION@
-udevdir=@udevlibexecdir@
+udev_dir=@udevlibexecdir@
+udevdir=${udev_dir}