From 483798e0770c65968bbe2b668ece293b2419f2ec Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Thu, 30 Jan 2014 13:58:24 +0100 Subject: [PATCH] journal: Drop pkgconfig reference to libsystemd-id128. This is now part of libsystemd. --- src/journal/libsystemd-journal.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.30.2