|
|
@ -92,6 +92,7 @@ OPTION( WITH_XRANDR "Build the krandr library" ON )
|
|
|
|
OPTION( WITH_XCOMPOSITE "Enable xcomposite support" ON )
|
|
|
|
OPTION( WITH_XCOMPOSITE "Enable xcomposite support" ON )
|
|
|
|
OPTION( WITH_MITSHM "Use MIT-SHM for pixmap loading/saving" ${WITH_ALL_OPTIONS} )
|
|
|
|
OPTION( WITH_MITSHM "Use MIT-SHM for pixmap loading/saving" ${WITH_ALL_OPTIONS} )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OPTION( WITH_ISPELL "Enable ispell support" ON )
|
|
|
|
OPTION( WITH_ASPELL "Enable aspell support" ${WITH_ALL_OPTIONS} )
|
|
|
|
OPTION( WITH_ASPELL "Enable aspell support" ${WITH_ALL_OPTIONS} )
|
|
|
|
OPTION( WITH_HSPELL "Enable hspell support" ${WITH_ALL_OPTIONS} )
|
|
|
|
OPTION( WITH_HSPELL "Enable hspell support" ${WITH_ALL_OPTIONS} )
|
|
|
|
|
|
|
|
|
|
|
@ -1076,6 +1077,7 @@ endif( WITH_GAMIN )
|
|
|
|
|
|
|
|
|
|
|
|
##### check for ispell ##########################
|
|
|
|
##### check for ispell ##########################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if( WITH_ISPELL )
|
|
|
|
if( NOT ISPELL_LIBDIR )
|
|
|
|
if( NOT ISPELL_LIBDIR )
|
|
|
|
find_program( ISPELL_EXECUTABLE NAMES ispell DOC "path to the ispell executable" )
|
|
|
|
find_program( ISPELL_EXECUTABLE NAMES ispell DOC "path to the ispell executable" )
|
|
|
|
if( ISPELL_EXECUTABLE )
|
|
|
|
if( ISPELL_EXECUTABLE )
|
|
|
@ -1091,6 +1093,8 @@ if ( NOT ISPELL_LIBDIR )
|
|
|
|
endif ( ISPELL_LIBDIR )
|
|
|
|
endif ( ISPELL_LIBDIR )
|
|
|
|
endif( ISPELL_EXECUTABLE )
|
|
|
|
endif( ISPELL_EXECUTABLE )
|
|
|
|
endif ( NOT ISPELL_LIBDIR )
|
|
|
|
endif ( NOT ISPELL_LIBDIR )
|
|
|
|
|
|
|
|
endif( WITH_ISPELL )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### check for aspell ##########################
|
|
|
|
##### check for aspell ##########################
|
|
|
|
|
|
|
|
|
|
|
|