diff options
author | NIIBE Yutaka <[email protected]> | 2018-11-12 00:59:05 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2018-11-12 00:59:05 +0000 |
commit | a76e145a1057e11953b71f804cf3a499c3ad5362 (patch) | |
tree | 4199f0f6a5f61ea49b298976a029e8e2d33be6c9 /src/gpgme.pc.in | |
parent | build: Provide gpgme.pc, generated by configure. (diff) | |
download | gpgme-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.pc.in')
-rw-r--r-- | src/gpgme.pc.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpgme.pc.in b/src/gpgme.pc.in index 35d85647..be288b81 100644 --- a/src/gpgme.pc.in +++ b/src/gpgme.pc.in @@ -4,7 +4,6 @@ includedir=@includedir@ libdir=@libdir@ host=@GPGME_CONFIG_HOST@ api_version=@GPGME_CONFIG_API_VERSION@ -avail_lang=c @GPGME_CONFIG_AVAIL_LANG@ Name: gpgme Description: GnuPG Made Easy to access GnuPG |