summaryrefslogtreecommitdiff
path: root/src/journal
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-01-30 13:58:24 +0100
committerLennart Poettering <lennart@poettering.net>2014-02-04 14:35:59 +0100
commit483798e0770c65968bbe2b668ece293b2419f2ec (patch)
tree962631f73b17185807564065946ab9dab8f9f1b0 /src/journal
parentf389bf15d0b732027669690ed9606a96c0568bbd (diff)
journal: Drop pkgconfig reference to libsystemd-id128.
This is now part of libsystemd.
Diffstat (limited to 'src/journal')
-rw-r--r--src/journal/libsystemd-journal.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/libsystemd-journal.pc.in b/src/journal/libsystemd-journal.pc.in
index 988359564..8418aaa05 100644
--- a/src/journal/libsystemd-journal.pc.in
+++ b/src/journal/libsystemd-journal.pc.in
@@ -14,6 +14,6 @@ Name: systemd
Description: systemd Journal Utility Library
URL: @PACKAGE_URL@
Version: @PACKAGE_VERSION@
-Requires: libsystemd-id128 = @PACKAGE_VERSION@
+Requires: libsystemd = @PACKAGE_VERSION@
Libs: -L${libdir} -lsystemd-journal
Cflags: -I${includedir}