From c748f0444d3f269ce6ee01728ace6ffa96939534 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 5 Jan 2020 17:17:59 +0000 Subject: [PATCH] evolution: remove a useless switch git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22541 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- gnome/applications/evolution.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnome/applications/evolution.xml b/gnome/applications/evolution.xml index a789fdefa6..90d9f6d1ae 100644 --- a/gnome/applications/evolution.xml +++ b/gnome/applications/evolution.xml @@ -143,7 +143,6 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONF_INSTALL_DIR=/etc \ -DENABLE_INSTALLED_TESTS=ON \ -DENABLE_PST_IMPORT=OFF \ - -DENABLE_GTKSPELL=OFF \ -DENABLE_YTNEF=OFF \ -DENABLE_CONTACT_MAPS=OFF \ -G Ninja .. && @@ -165,9 +164,9 @@ ninja Command Explanations - -DENABLE_GTKSPELL=OFF: This switch is used to - disable the gtkspell plugin because - GtkSpell is not part of BLFS. + -DENABLE_YTNEF=OFF: This switch is used to + disable the yTNEF library usage because + libytnef is not part of BLFS.