summaryrefslogtreecommitdiff
path: root/packages/dev-util/codelite
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-07-17 02:41:47 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-07-17 02:41:47 +0300
commit5dce334847f601f928a2c087a789bcffde5639b1 (patch)
treed8459d61bb6ba171ac43492143023b2aecd8fb0a /packages/dev-util/codelite
parentc59d5a58b794fad82bdb4c51fc84d834e8a85c9c (diff)
codelite: version bump, updated options
Diffstat (limited to 'packages/dev-util/codelite')
-rw-r--r--packages/dev-util/codelite/codelite-13.0.exheres-0 (renamed from packages/dev-util/codelite/codelite-12.0.exheres-0)0
-rw-r--r--packages/dev-util/codelite/codelite.exlib6
2 files changed, 5 insertions, 1 deletions
diff --git a/packages/dev-util/codelite/codelite-12.0.exheres-0 b/packages/dev-util/codelite/codelite-13.0.exheres-0
index 4e34ab6..4e34ab6 100644
--- a/packages/dev-util/codelite/codelite-12.0.exheres-0
+++ b/packages/dev-util/codelite/codelite-13.0.exheres-0
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"
)