summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-11-07 03:54:13 +0100
committerLennart Poettering <lennart@poettering.net>2013-11-07 03:54:13 +0100
commit28f86262b9c77b8034dd9b6fd5dfb9398839362f (patch)
tree94a435ab1a18ca40ba232b90fb348057027eaa85 /src/libsystemd-bus
parent6695ed7a841faad68df3d5cb466f5e0e01f57536 (diff)
bus: indicate in .pc file that we need libsystemd-id128 definitions
Diffstat (limited to 'src/libsystemd-bus')
-rw-r--r--src/libsystemd-bus/libsystemd-bus.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-bus/libsystemd-bus.pc.in b/src/libsystemd-bus/libsystemd-bus.pc.in
index 7b0feb5ec5..0a3686aa18 100644
--- a/src/libsystemd-bus/libsystemd-bus.pc.in
+++ b/src/libsystemd-bus/libsystemd-bus.pc.in
@@ -14,5 +14,6 @@ Name: systemd
Description: systemd Bus and Event Loop Library
URL: @PACKAGE_URL@
Version: @PACKAGE_VERSION@
+Requires: libsystemd-id128 = @PACKAGE_VERSION@
Libs: -L${libdir} -lsystemd-bus
Cflags: -I${includedir}