summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-01-25 18:55:50 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-01-25 18:55:58 -0500
commit0a75bc612dc8b220fc86479a89e0fe35dfcc48bc (patch)
treef986da5cf4e3ef1b33a0ffd1d2519d9fcb3343fe /src
parentbe12791331b9b64867b5aa4b13df88c1a2b7e2a1 (diff)
build-sys: update .pc.in files
Diffstat (limited to 'src')
-rw-r--r--src/compat-libs/libsystemd-id128.pc.in4
-rw-r--r--src/compat-libs/libsystemd-login.pc.in2
-rw-r--r--src/libsystemd/libsystemd.pc.in1
3 files changed, 3 insertions, 4 deletions
diff --git a/src/compat-libs/libsystemd-id128.pc.in b/src/compat-libs/libsystemd-id128.pc.in
index bb65ffde33..80f8fee6c3 100644
--- a/src/compat-libs/libsystemd-id128.pc.in
+++ b/src/compat-libs/libsystemd-id128.pc.in
@@ -11,8 +11,8 @@ libdir=@libdir@
includedir=@includedir@
Name: systemd
-Description: systemd 128 Bit ID Utility Library
+Description: systemd 128 Bit ID Utility Library - deprecated
URL: @PACKAGE_URL@
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lsystemd-id128
+Libs: -L${libdir} -lsystemd
Cflags: -I${includedir}
diff --git a/src/compat-libs/libsystemd-login.pc.in b/src/compat-libs/libsystemd-login.pc.in
index 677f6b6681..db3f79c99a 100644
--- a/src/compat-libs/libsystemd-login.pc.in
+++ b/src/compat-libs/libsystemd-login.pc.in
@@ -11,7 +11,7 @@ libdir=@libdir@
includedir=@includedir@
Name: systemd
-Description: systemd Login Utility Library deprecated compatibility library
+Description: systemd Login Utility Library - deprecated
URL: @PACKAGE_URL@
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lsystemd
diff --git a/src/libsystemd/libsystemd.pc.in b/src/libsystemd/libsystemd.pc.in
index a687441003..e8f79507ea 100644
--- a/src/libsystemd/libsystemd.pc.in
+++ b/src/libsystemd/libsystemd.pc.in
@@ -14,6 +14,5 @@ Name: systemd
Description: systemd Library
URL: @PACKAGE_URL@
Version: @PACKAGE_VERSION@
-Requires: libsystemd-id128 = @PACKAGE_VERSION@
Libs: -L${libdir} -lsystemd
Cflags: -I${includedir}