summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebian/_base/core/kdelibs/debian/rules2
-rwxr-xr-xubuntu/_base/core/kdelibs/debian/rules2
2 files changed, 4 insertions, 0 deletions
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" \