You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libe-book/0001-libcss-et-al.-are-not-...

43 lines
1.2 KiB

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