summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-09-27 19:30:35 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-09-27 19:30:35 +0200
commitfc4af83391323c1449922eeb151099b6e253d8cd (patch)
treee82317668b035a4c5fb3ad597015a3ad4fd5479b /debian
parent17442377f89f72ddaa011424eb6342b8e6106e73 (diff)
downloadtde-packaging-fc4af83391323c1449922eeb151099b6e253d8cd.tar.gz
tde-packaging-fc4af83391323c1449922eeb151099b6e253d8cd.zip
DEB tdelibs: Add option WITH_ISPELL.
Set ASPELL as the default spell checker. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/_base/tdelibs/debian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/_base/tdelibs/debian/rules b/debian/_base/tdelibs/debian/rules
index 9f6412924..b5ca427d9 100755
--- a/debian/_base/tdelibs/debian/rules
+++ b/debian/_base/tdelibs/debian/rules
@@ -35,8 +35,10 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_JASPER="ON" \
-DWITH_OPENEXR="ON" \
-DWITH_AVAHI="ON" \
+ -DWITH_ISPELL="ON" \
-DWITH_ASPELL="ON" \
-DWITH_HSPELL="ON" \
+ -DDEFAULT_SPELL_CHECKER="ASPELL" \
-DWITH_ELFICON="ON" \
-DWITH_TDEHWLIB="ON" \
-DWITH_TDEHWLIB_DAEMONS="ON" \