From 788f268e60923116d343f3865c29a3fb94fb4f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 3 Feb 2021 23:13:38 +0100 Subject: DEB tdelibs: Add option WITH_ISPELL. Set ASPELL as the default spell checker. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit fc4af83391323c1449922eeb151099b6e253d8cd) --- debian/_base/core/kdelibs/debian/rules | 2 ++ ubuntu/_base/core/kdelibs/debian/rules | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/_base/core/kdelibs/debian/rules b/debian/_base/core/kdelibs/debian/rules index 8ef7a6ef4..58dcf8eda 100755 --- a/debian/_base/core/kdelibs/debian/rules +++ b/debian/_base/core/kdelibs/debian/rules @@ -36,8 +36,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_LZMA="ON" \ -DWITH_XRANDR="ON" \ -DWITH_XCOMPOSITE="ON" \ diff --git a/ubuntu/_base/core/kdelibs/debian/rules b/ubuntu/_base/core/kdelibs/debian/rules index c6df5db9e..a584fbd66 100755 --- a/ubuntu/_base/core/kdelibs/debian/rules +++ b/ubuntu/_base/core/kdelibs/debian/rules @@ -36,8 +36,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_LZMA="ON" \ -DWITH_XRANDR="ON" \ -DWITH_XCOMPOSITE="ON" \ -- cgit v1.2.3