summaryrefslogtreecommitdiffstats
path: root/src/gpgme-glib.pc.in
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2018-11-12 01:59:05 +0100
committerNIIBE Yutaka <[email protected]>2018-11-12 01:59:05 +0100
commita76e145a1057e11953b71f804cf3a499c3ad5362 (patch)
tree4199f0f6a5f61ea49b298976a029e8e2d33be6c9 /src/gpgme-glib.pc.in
parentbuild: Provide gpgme.pc, generated by configure. (diff)
downloadgpgme-a76e145a1057e11953b71f804cf3a499c3ad5362.tar.gz
gpgme-a76e145a1057e11953b71f804cf3a499c3ad5362.zip
build: Provide gpgme-glib.pc too.
* src/gpgme-glib.pc.in: New. * src/gpgme.pc.in (avail_lang): Remove. -- Provide gpgme-glib.pc for gpgme-glib library. The avial_lang information is no use because *.pc is for C. Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'src/gpgme-glib.pc.in')
-rw-r--r--src/gpgme-glib.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gpgme-glib.pc.in b/src/gpgme-glib.pc.in
new file mode 100644
index 00000000..bd42a316
--- /dev/null
+++ b/src/gpgme-glib.pc.in
@@ -0,0 +1,14 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+includedir=@includedir@
+libdir=@libdir@
+host=@GPGME_CONFIG_HOST@
+api_version=@GPGME_CONFIG_API_VERSION@
+
+Name: gpgme-glib
+Description: GnuPG Made Easy to access GnuPG with Glib
+Requires: gpg-error, libassuan, glib-2.0
+Version: @PACKAGE_VERSION@
+Cflags: @GPGME_CONFIG_CFLAGS@
+Libs: @GPGME_CONFIG_LIBS@
+URL: https://www.gnupg.org/software/gpgme/index.html