diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-09-27 19:30:35 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-09-27 19:30:35 +0200 |
commit | fc4af83391323c1449922eeb151099b6e253d8cd (patch) | |
tree | e82317668b035a4c5fb3ad597015a3ad4fd5479b /ubuntu/_base | |
parent | 17442377f89f72ddaa011424eb6342b8e6106e73 (diff) | |
download | tde-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 'ubuntu/_base')
-rwxr-xr-x | ubuntu/_base/tdelibs/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/_base/tdelibs/debian/rules b/ubuntu/_base/tdelibs/debian/rules index 2e2491fb7..f29b20d04 100755 --- a/ubuntu/_base/tdelibs/debian/rules +++ b/ubuntu/_base/tdelibs/debian/rules @@ -34,8 +34,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" \ |