summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme/gpgme-1.4.3/gpgme.pc
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2014-08-08 11:37:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 23:01:35 +0100
commit066eb8fbfd90f1a5af01a8f63adbe0cd2ae8cb5c (patch)
tree37c55a37a8fa3f691525144c72043b4e480253cd /meta/recipes-support/gpgme/gpgme-1.4.3/gpgme.pc
parente37841faf746895f41627130623196c0bebe0740 (diff)
downloadopenembedded-core-066eb8fbfd90f1a5af01a8f63adbe0cd2ae8cb5c.tar.gz
gpgme: Add pkg-config file
A basic gpgme.pc file is installed with gpgme which should allow the library to be found and used using pkg-config rather than gpgme-config. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gpgme/gpgme-1.4.3/gpgme.pc')
-rw-r--r--meta/recipes-support/gpgme/gpgme-1.4.3/gpgme.pc10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-support/gpgme/gpgme-1.4.3/gpgme.pc b/meta/recipes-support/gpgme/gpgme-1.4.3/gpgme.pc
new file mode 100644
index 0000000000..30a4d56d6e
--- /dev/null
+++ b/meta/recipes-support/gpgme/gpgme-1.4.3/gpgme.pc
@@ -0,0 +1,10 @@
+prefix=/usr
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: gpgme
+Description: GNU Privacy Guard Made Easy
+Version: 1.4.3
+Requires:
+Libs: -L${libdir} -lgpgme -lassuan -lgpg-error
+Cflags: -I${includedir}