summaryrefslogtreecommitdiffstats
path: root/meta/packages/neon
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-03-19 23:56:56 +0000
committerRichard Purdie <richard@openedhand.com>2008-03-19 23:56:56 +0000
commitdd89caeb6db75d700d7795257d69a6e1d6d6253d (patch)
tree83dbdf108f13c164046facb6f51bef32b090ffeb /meta/packages/neon
parentb4fd5ce62f1b753999ef30b0993f0aa017576e01 (diff)
downloadpoky-dd89caeb6db75d700d7795257d69a6e1d6d6253d.tar.gz
neon: Add missing patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4095 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/neon')
-rw-r--r--meta/packages/neon/neon-0.26.0/pkgconfig.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/neon/neon-0.26.0/pkgconfig.patch b/meta/packages/neon/neon-0.26.0/pkgconfig.patch
new file mode 100644
index 0000000000..c36b02ea69
--- /dev/null
+++ b/meta/packages/neon/neon-0.26.0/pkgconfig.patch
@@ -0,0 +1,12 @@
1Index: neon-0.26.0/neon.pc.in
2===================================================================
3--- neon-0.26.0.orig/neon.pc.in 2008-03-19 23:33:18.000000000 +0000
4+++ neon-0.26.0/neon.pc.in 2008-03-19 23:35:49.000000000 +0000
5@@ -6,5 +6,6 @@
6 Name: neon
7 Description: HTTP/WebDAV client library
8 Version: @NEON_VERSION@
9-Libs: -L${libdir} -lneon @NEON_LIBS@
10+Requires: gnutls
11+Libs: -L${libdir} -lneon -lz -lgcrypt -lgpg-error -lexpat
12 Cflags: -I${includedir}/neon @NEON_CFLAGS@