codelite: disable lldb on i686

This commit is contained in:
q66 2021-05-18 03:16:32 +02:00
parent e8c2d0e328
commit 8433e802f6
1 changed files with 5 additions and 1 deletions

View File

@ -22,12 +22,16 @@ nocross=yes
python_version=2 #unverified
build_options="hunspell lldb mysql sftp"
build_options_default="hunspell lldb sftp"
build_options_default="hunspell sftp"
desc_option_hunspell="Enable SpellCheck plugin"
desc_option_lldb="Enable support for LLDB"
desc_option_mysql="Enable mysql/mariadb support"
desc_option_sftp="Enable Workspace Mirroring plugin"
case "$XBPS_TARGET_MACHINE" in
x86_64*|ppc64le*) build_options_default+=" lldb";;
esac
pre_configure() {
sed -i -e 's,wx-config,&-gtk3,g' \
CMakeLists.txt