diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-07 03:54:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-07 03:54:13 +0100 |
commit | 28f86262b9c77b8034dd9b6fd5dfb9398839362f (patch) | |
tree | 94a435ab1a18ca40ba232b90fb348057027eaa85 /src | |
parent | 6695ed7a841faad68df3d5cb466f5e0e01f57536 (diff) |
bus: indicate in .pc file that we need libsystemd-id128 definitions
Diffstat (limited to 'src')
-rw-r--r-- | src/libsystemd-bus/libsystemd-bus.pc.in | 1 |
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} |