From 5fcd8e655e46e680599edd2269d14287ffd0986a Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 19 Feb 2018 13:11:05 +0100 Subject: [PATCH] add build deps on all used librevenge libs --- libfreehand.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libfreehand.spec b/libfreehand.spec index e4a4a84..8b70368 100644 --- a/libfreehand.spec +++ b/libfreehand.spec @@ -18,6 +18,8 @@ BuildRequires: perl-interpreter BuildRequires: pkgconfig(cppunit) BuildRequires: pkgconfig(icu-uc) BuildRequires: pkgconfig(librevenge-0.0) +BuildRequires: pkgconfig(librevenge-generators-0.0) +BuildRequires: pkgconfig(librevenge-stream-0.0) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(zlib)