summaryrefslogtreecommitdiff
path: root/libvisio.pc.in
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2014-05-27 15:22:00 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2014-05-27 15:22:00 +0200
commite6c0de7c26fb295bb13beea08d5a95eacd812f1d (patch)
tree65502997cdcb1ad15c9e2eac1ee7195280a31df8 /libvisio.pc.in
parente199cfa9896fb784b56397b04f6fc1b0acd54c06 (diff)
The library strictly speaking does not need the stream implementations
Change-Id: I8139e35f1cc9bcc036fe28ba3e61447906587919
Diffstat (limited to 'libvisio.pc.in')
-rw-r--r--libvisio.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvisio.pc.in b/libvisio.pc.in
index d45aef5..ce68e6f 100644
--- a/libvisio.pc.in
+++ b/libvisio.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: libvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@
Description: Library for parsing the visio file format structure
Version: @VERSION@
-Requires: librevenge-0.0 librevenge-stream-0.0
+Requires: librevenge-0.0
Libs: -L${libdir} -lvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@
Cflags: -I${includedir}/libvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@