diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2015-11-19 13:25:03 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2015-11-19 13:25:26 +0100 |
commit | 2d273ec90f86e94cd18c6e6fc8a531acaa3d40d2 (patch) | |
tree | 2ad39fc4fa4a0615cc7c7c978dd1816f0f31c39e /libcacard.pc.in | |
parent | 7efc9cda2f1c908ec6c388c216391fdc1c0dfbfb (diff) |
Include glib.h in public header
vscard_common.h uses glib G_BYTE_ORDER macros. Include glib.h in the
file, and thus move glib-2.0 as a Require package.
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
Diffstat (limited to 'libcacard.pc.in')
-rw-r--r-- | libcacard.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcacard.pc.in b/libcacard.pc.in index 5bd2b2a..70410e2 100644 --- a/libcacard.pc.in +++ b/libcacard.pc.in @@ -6,6 +6,7 @@ includedir=@includedir@ Name: cacard Description: CA Card library Version: @PACKAGE_VERSION@ -Requires.private: nss glib-2.0 +Requires: glib-2.0 +Requires.private: nss Libs: -L${libdir} -lcacard Cflags: -I${includedir}/cacard |