Blame 0001-libcss-et-al.-are-not-required-for-standard-build.patch

9fc5173
From 8d0e919363a596c57fd228370d6929ab085be900 Mon Sep 17 00:00:00 2001
9fc5173
From: David Tardon <dtardon@redhat.com>
9fc5173
Date: Sat, 24 May 2014 15:08:11 +0200
9fc5173
Subject: [PATCH 1/2] libcss et al. are not required for standard build
9fc5173
9fc5173
---
9fc5173
 README          | 6 +++---
9fc5173
 configure.ac    | 3 +++
9fc5173
 libe-book.pc.in | 2 +-
9fc5173
 3 files changed, 7 insertions(+), 4 deletions(-)
9fc5173
9fc5173
diff --git a/README b/README
9fc5173
index 95752dd..e1dceeb 100644
9fc5173
--- a/README
9fc5173
+++ b/README
9fc5173
@@ -20,10 +20,10 @@ Currently supported are:
9fc5173
 
9fc5173
 The following libraries are required for build:
9fc5173
 - boost
9fc5173
-- hubbub
9fc5173
+- hubbub (only for --enable-experimental)
9fc5173
 - icu
9fc5173
-- libcss
9fc5173
-- libmspack
9fc5173
+- libcss (only for --enable-experimental)
9fc5173
+- libmspack (only for --enable-experimental)
9fc5173
 - librevenge
9fc5173
 - libxml2
9fc5173
 - zlib
9fc5173
diff --git a/libe-book.pc.in b/libe-book.pc.in
9fc5173
index 3508d96..93c248f 100644
9fc5173
--- a/libe-book.pc.in
9fc5173
+++ b/libe-book.pc.in
9fc5173
@@ -10,4 +10,4 @@ Requires: librevenge-0.0 librevenge-stream-0.0
9fc5173
 Libs: -L${libdir} -le-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@
9fc5173
 Cflags: -I${includedir}/libe-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@
9fc5173
 
9fc5173
-Requires.private: icu-uc libcss libhubbub libmspack libxml-2.0 zlib
9fc5173
+Requires.private: icu-uc libxml-2.0 zlib
9fc5173
-- 
9fc5173
1.9.0
9fc5173