evolution: remove a useless switch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22541 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Xi Ruoyao 2020-01-05 17:17:59 +00:00
parent 4746e3e99e
commit c748f0444d

View File

@ -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</userinput></screen>
<title>Command Explanations</title>
<para>
<parameter>-DENABLE_GTKSPELL=OFF</parameter>: This switch is used to
disable the gtkspell plugin because
<application>GtkSpell</application> is not part of BLFS.
<parameter>-DENABLE_YTNEF=OFF</parameter>: This switch is used to
disable the yTNEF library usage because
<application>libytnef</application> is not part of BLFS.
</para>
<para>