|
|
@ -75,6 +75,7 @@ OPTION( WITH_JASPER "Enable jasper (jpeg2k) support" OFF )
|
|
|
|
OPTION( WITH_OPENEXR "Enable openexr support" OFF )
|
|
|
|
OPTION( WITH_OPENEXR "Enable openexr support" OFF )
|
|
|
|
OPTION( WITH_UTEMPTER "Use utempter for utmp management" OFF )
|
|
|
|
OPTION( WITH_UTEMPTER "Use utempter for utmp management" OFF )
|
|
|
|
OPTION( WITH_AVAHI "Enable AVAHI support" OFF )
|
|
|
|
OPTION( WITH_AVAHI "Enable AVAHI support" OFF )
|
|
|
|
|
|
|
|
OPTION( WITH_PCRE "Enable pcre regex support for kjs" ON )
|
|
|
|
|
|
|
|
|
|
|
|
OPTION( WITH_ASPELL "Enable aspell support" OFF )
|
|
|
|
OPTION( WITH_ASPELL "Enable aspell support" OFF )
|
|
|
|
OPTION( WITH_HSPELL "Enable hspell support" OFF )
|
|
|
|
OPTION( WITH_HSPELL "Enable hspell support" OFF )
|
|
|
@ -715,6 +716,16 @@ if( WITH_AVAHI )
|
|
|
|
endif( WITH_QT3 )
|
|
|
|
endif( WITH_QT3 )
|
|
|
|
endif( )
|
|
|
|
endif( )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### check for pcre ###########################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if( WITH_PCRE )
|
|
|
|
|
|
|
|
pkg_search_module( LIBPCRE libpcre )
|
|
|
|
|
|
|
|
if( NOT LIBPCRE_FOUND )
|
|
|
|
|
|
|
|
message(FATAL_ERROR "\npcre support are requested, but not found on your system" )
|
|
|
|
|
|
|
|
endif( NOT LIBPCRE_FOUND )
|
|
|
|
|
|
|
|
set( HAVE_PCREPOSIX 1 )
|
|
|
|
|
|
|
|
endif( )
|
|
|
|
|
|
|
|
|
|
|
|
##### check for aspell ##########################
|
|
|
|
##### check for aspell ##########################
|
|
|
|
# we need ASPELL_DATADIR too
|
|
|
|
# we need ASPELL_DATADIR too
|
|
|
|
|
|
|
|
|
|
|
|