mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
It is still required by libmusicbrainz, but is no longer needed by oe-core. Switch the upstream to debian as webdav.org is down. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
16 lines
455 B
Diff
16 lines
455 B
Diff
Upstream-Status: Inappropriate [configuration]
|
|
|
|
---
|
|
neon.pc.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- neon-0.30.1.orig/neon.pc.in
|
|
+++ neon-0.30.1/neon.pc.in
|
|
@@ -7,5 +7,5 @@ Name: neon
|
|
Description: HTTP/WebDAV client library
|
|
Version: @NEON_VERSION@
|
|
Libs: -L${libdir} -lneon @NEON_PC_LIBS@
|
|
-Libs.private: @NEON_LIBS@
|
|
+Libs.private: -L${libdir} -lz -lgcrypt -lgpg-error -lexpat -lgnutls
|
|
Cflags: -I${includedir}/neon @NEON_CFLAGS@
|