summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-12-07 21:22:59 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-12-07 22:38:57 +0100
commitfc662c6dcb9646659af560554e288aae2977538c (patch)
treebc2ada0f292822d7a5c061ff3385ca619245cbbe
parent85828ce2654341aec1c24460ac24e83588b5058a (diff)
fix libsdw.pc content
-rw-r--r--libsdw.pc.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/libsdw.pc.in b/libsdw.pc.in
index fbbd133..5fc20f5 100644
--- a/libsdw.pc.in
+++ b/libsdw.pc.in
@@ -4,9 +4,8 @@ libdir=@libdir@
includedir=@includedir@
Name: libsdw-@SDW_MAJOR_VERSION@.@SDW_MINOR_VERSION@
-Description: A library for reading Microsoft Works word processor documents
+Description: A library for reading StarOffice Writer documents
Version: @VERSION@
-Requires: librevenge-0.0 librevenge-stream-0.0
+Requires: librevenge-0.0
Libs: -L${libdir} -lsdw-@SDW_MAJOR_VERSION@.@SDW_MINOR_VERSION@
Cflags: -I${includedir}/libsdw-@SDW_MAJOR_VERSION@.@SDW_MINOR_VERSION@
-