summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-22 13:46:08 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-22 13:46:08 +0000
commit2671859965fae633dcc0700b0774b95f0a331b5f (patch)
treeb60d5fe6ebfe8808e63d860aaf864fcbce95d555
parentbe5d6b54ffbc96c2b7823356c0b79583784ca91d (diff)
Remove locked_sstream from pkg-config file.
-rw-r--r--libcxml.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxml.pc.in b/libcxml.pc.in
index 12bee18..8b7c15c 100644
--- a/libcxml.pc.in
+++ b/libcxml.pc.in
@@ -5,6 +5,6 @@ includedir=@includedir@
Name: libcxml
Description: Library to simplify XML parsing with libxml++
Version: @version@
-Requires: libxml++-2.6 glibmm-2.4 locked_sstream
+Requires: libxml++-2.6 glibmm-2.4
Libs: @libs@
Cflags: -I${includedir}