summaryrefslogtreecommitdiff
path: root/packages/dev-util/codelite
diff options
context:
space:
mode:
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"
)