summaryrefslogtreecommitdiffstats
path: root/kde5-extra/kseexpr/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'kde5-extra/kseexpr/DEPENDS')
-rwxr-xr-xkde5-extra/kseexpr/DEPENDS9
1 files changed, 9 insertions, 0 deletions
diff --git a/kde5-extra/kseexpr/DEPENDS b/kde5-extra/kseexpr/DEPENDS
new file mode 100755
index 0000000000..01f70a9a90
--- /dev/null
+++ b/kde5-extra/kseexpr/DEPENDS
@@ -0,0 +1,9 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends pkgconfig &&
+depends bison &&
+depends flex &&
+optional_depends python3 '-DUSE_PYTHON=1' '-DUSE_PYTHON=0' 'python support' &&
+if is_depends_enabled $SPELL python3; then
+ depends -sub PYTHON boost
+fi &&
+optional_depends llvm '-DENABLE_LLVM_BACKEND=1' '-DENABLE_LLVM_BACKEND=0' 'build LLVM backend'