summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-09-12 10:28:38 -0700
committerWilliam A. Kennington III <wak@google.com>2018-09-12 10:28:57 -0700
commitde22092139b827389417d4283cca8ef3a4afdaef (patch)
treebef698763a240e3656098ea8a82bf87ee113ec33
parent5f3cdfad398489acb457a144b300653f44b41eae (diff)
downloadsdeventplus-de22092139b827389417d4283cca8ef3a4afdaef.tar.gz
sdeventplus-de22092139b827389417d4283cca8ef3a4afdaef.zip
pkg-config: Add missing description field
The old school `pkg-config` utility parses .pc files fine if they are lacking description. However, using `pkgconf` will silently fail to find the .pc file. Change-Id: I690614de15c7d095bb4066ba4329045c86e4ee0e Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--src/sdeventplus.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdeventplus.pc.in b/src/sdeventplus.pc.in
index 3d67d40..91f946c 100644
--- a/src/sdeventplus.pc.in
+++ b/src/sdeventplus.pc.in
@@ -4,6 +4,7 @@ libdir=@libdir@
includedir=@includedir@
Name: sdeventplus
+Description: C++ systemd event wrapper
Version: @VERSION@
Requires: @AX_PACKAGE_REQUIRES@
Requires.private: @AX_PACKAGE_REQUIRES_PRIVATE@
OpenPOWER on IntegriCloud