[Lunar-commits] <moonbase> lyx: adding a couple of optional depends and a slight change in BUILD OPTS.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sat Mar 7 17:14:29 CET 2009
commit 63cc6d3c37a552d24c6d27b3e8c4cbb0010e5084
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sat Mar 7 11:14:29 2009 -0500
lyx: adding a couple of optional depends and a slight change in BUILD OPTS.
---
qt4-apps/lyx/BUILD | 2 +-
qt4-apps/lyx/DEPENDS | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/qt4-apps/lyx/BUILD b/qt4-apps/lyx/BUILD
index fa765ab..b5c0aa4 100644
--- a/qt4-apps/lyx/BUILD
+++ b/qt4-apps/lyx/BUILD
@@ -2,7 +2,7 @@
. /etc/profile.d/qt4.rc
- OPTS="$OPTS --enable-build-type=release"
+ OPTS="$OPTS --enable-build-type=release --enable-shared --disable-static"
default_build
diff --git a/qt4-apps/lyx/DEPENDS b/qt4-apps/lyx/DEPENDS
index d84f5e0..cbea3b9 100644
--- a/qt4-apps/lyx/DEPENDS
+++ b/qt4-apps/lyx/DEPENDS
@@ -18,3 +18,11 @@ optional_depends "latex-xft-fonts" "" \
optional_depends "boost" "--without-included-boost" \
"" \
"use with system or included boost"
+
+optional_depends "aspell" "--with-aspell" \
+ "--without-aspell" \
+ "for dictionary support"
+
+optional_depends "aiksaurus" "--with-aiksaurus" \
+ "--without-aiksaurus" \
+ "for thesaurus support"
More information about the Lunar-commits
mailing list