summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2021-11-26 17:49:02 +0100
committerTreeve Jelbert2021-11-26 20:38:58 +0100
commitfe11ef8fd29a5d631d5de0a2867f307645d56f73 (patch)
tree8b7251da32317be02c0590b56e3c4571f0df0050
parent705f8e4faf0db2f27bdfeb6cc41487610da09196 (diff)
libe-book - tweak
-rwxr-xr-xlibs/libe-book/BUILD1
-rwxr-xr-xlibs/libe-book/DEPENDS3
-rw-r--r--libs/libe-book/HISTORY4
3 files changed, 6 insertions, 2 deletions
diff --git a/libs/libe-book/BUILD b/libs/libe-book/BUILD
index b3dcfb0b25..bcb0d701b7 100755
--- a/libs/libe-book/BUILD
+++ b/libs/libe-book/BUILD
@@ -1,4 +1,3 @@
CXXFLAGS+=' -Wno-error=unused-function' &&
LDFLAGS+=" -lboost_system" &&
-OPTS+=" --without-liblangtag" &&
default_build
diff --git a/libs/libe-book/DEPENDS b/libs/libe-book/DEPENDS
index 8a1acfa1d7..08e7583581 100755
--- a/libs/libe-book/DEPENDS
+++ b/libs/libe-book/DEPENDS
@@ -7,4 +7,5 @@ depends gperf &&
depends zlib &&
#depends libwpd &&
optional_depends cppunit '--enable-tests' '--disable-tests' 'build tests' &&
-optional_depends doxygen '--with-docs' '--without-docs' 'build documentation'
+optional_depends doxygen '--with-docs' '--without-docs' 'build documentation' &&
+optional_depends liblangtag '--with-liblangtag' '--without-liblangtag' 'tag support'
diff --git a/libs/libe-book/HISTORY b/libs/libe-book/HISTORY
index 09276b4135..df31b598a3 100644
--- a/libs/libe-book/HISTORY
+++ b/libs/libe-book/HISTORY
@@ -1,3 +1,7 @@
+2021-11-26 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: add liblangtag
+ * BUILD: adjust
+
2020-12-29 Treeve Jelbert <treeve@sourcemage.org>
* PRE_BUILD: added, to fix build