From 5dce334847f601f928a2c087a789bcffde5639b1 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 17 Jul 2019 02:41:47 +0300 Subject: codelite: version bump, updated options --- packages/dev-util/codelite/codelite-12.0.exheres-0 | 6 ------ packages/dev-util/codelite/codelite-13.0.exheres-0 | 6 ++++++ packages/dev-util/codelite/codelite.exlib | 6 +++++- 3 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 packages/dev-util/codelite/codelite-12.0.exheres-0 create mode 100644 packages/dev-util/codelite/codelite-13.0.exheres-0 (limited to 'packages/dev-util') diff --git a/packages/dev-util/codelite/codelite-12.0.exheres-0 b/packages/dev-util/codelite/codelite-12.0.exheres-0 deleted file mode 100644 index 4e34ab6..0000000 --- a/packages/dev-util/codelite/codelite-12.0.exheres-0 +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2018 Gluzskiy Alexandr -# Distributed under the terms of the GNU General Public License v2 - -require codelite -PLATFORMS="~amd64 ~x86" - diff --git a/packages/dev-util/codelite/codelite-13.0.exheres-0 b/packages/dev-util/codelite/codelite-13.0.exheres-0 new file mode 100644 index 0000000..4e34ab6 --- /dev/null +++ b/packages/dev-util/codelite/codelite-13.0.exheres-0 @@ -0,0 +1,6 @@ +# Copyright 2018 Gluzskiy Alexandr +# Distributed under the terms of the GNU General Public License v2 + +require codelite +PLATFORMS="~amd64 ~x86" + diff --git a/packages/dev-util/codelite/codelite.exlib b/packages/dev-util/codelite/codelite.exlib index 6567c9d..889c705 100644 --- a/packages/dev-util/codelite/codelite.exlib +++ b/packages/dev-util/codelite/codelite.exlib @@ -36,13 +36,17 @@ DEFAULT_SRC_PREPARE_PATCHES=( ) CMAKE_SRC_CONFIGURE_OPTION_ENABLES=( - "clang CLANG" "ssh SFTP" ) +CMAKE_SRC_CONFIGURE_OPTION_USES=( + "clang CLANG" +) + CMAKE_SRC_CONFIGURE_OPTION_WITHS=( "flex FLEX" "pch PCH" + "ssh SFTP" "webview WEBVIEW" ) -- cgit v1.2.3