Blob Blame History Raw
From ee689b20f9eaa96348760f44bb0a1310a3a40deb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Mon, 29 Aug 2011 14:30:50 +0200
Subject: [PATCH] pkg-config module links against compat library

---
 libwbxml2.pc.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libwbxml2.pc.cmake b/libwbxml2.pc.cmake
index f745434..dc739bd 100644
--- a/libwbxml2.pc.cmake
+++ b/libwbxml2.pc.cmake
@@ -7,5 +7,5 @@ Name: libwbxml2
 Description: C wbxml library
 Version: @LIBWBXML_VERSION@
 Requires: libxml-2.0 >= 2.6
-Libs: -L${libdir} -lwbxml2
+Libs: -L${libdir} -lwbxml2-compat-0
 Cflags: -I${includedir}
-- 
1.7.6.1