summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2009-01-08 16:48:03 +0100
committerArwed von Merkatz2009-01-13 19:55:23 +0100
commitd54b38f777d4852765932908183c899896be73c6 (patch)
tree9ed9d752c9b6190cf492fc0f001483844049cf61
parent049b3a648092fa2dcd05e5e38ded8f509762597a (diff)
kdeedu: needs also boost::python for kig scripting #13181
(cherry picked from commit d49c9c6d8f9f8f1eded9bcd63cea5482f4597904)
-rwxr-xr-xkde-core/kdeedu/DEPENDS3
-rw-r--r--kde-core/kdeedu/HISTORY3
2 files changed, 6 insertions, 0 deletions
diff --git a/kde-core/kdeedu/DEPENDS b/kde-core/kdeedu/DEPENDS
index 19c1ebcf12..186db4df2e 100755
--- a/kde-core/kdeedu/DEPENDS
+++ b/kde-core/kdeedu/DEPENDS
@@ -7,6 +7,9 @@ optional_depends python \
'--enable-kig-python-scripting' \
'--disable-kig-python-scripting' \
'for Kig Python Scripting support ' &&
+if is_depends_enabled $SPELL python; then
+ depends -sub PYTHON boost
+fi &&
optional_depends fontconfig \
'' \
diff --git a/kde-core/kdeedu/HISTORY b/kde-core/kdeedu/HISTORY
index f406dad565..217a26ccfd 100644
--- a/kde-core/kdeedu/HISTORY
+++ b/kde-core/kdeedu/HISTORY
@@ -1,3 +1,6 @@
+2009-01-08 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DEPENDS: needs also boost::python for kig scripting #13181
+
2008-08-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* DETAILS: updated spell to 3.5.10