summaryrefslogtreecommitdiff
path: root/libvisio.pc.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-04-16 19:12:43 +0200
committerDavid Tardon <dtardon@redhat.com>2014-04-16 19:12:43 +0200
commit13d0c3a3957ef167a63b4f529ca86455f64d725a (patch)
tree3dd08ef19c0bbb69bfd7e7b4097923903c99cd28 /libvisio.pc.in
parent3e4d354f8fa163548d710fb87b5d8e18b531229c (diff)
require librevenge-stream too
Change-Id: I1f6c56b691df88830d3e779e2de4dd5ae5028022
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 f7b7302..7cf1749 100644
--- a/libvisio.pc.in
+++ b/libvisio.pc.in
@@ -6,6 +6,6 @@ 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
+Requires: librevenge-0.0 librevenge-stream-0.0
Libs: -L${libdir} -lvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@
Cflags: -I${includedir}/libvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@