summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorTreeve Jelbert2019-08-26 16:03:07 +0200
committerTreeve Jelbert2019-08-26 16:03:07 +0200
commiteb18ce644699796b688511988521f9b8a1e96ebb (patch)
treeb98aa59d8bb9162e26feb67b164f4407ea985c79 /utils
parenta2f4c590600d2cf873a54ae29c9d0c522e88564a (diff)
gamin - actually disable python
Diffstat (limited to 'utils')
-rwxr-xr-xutils/gamin/DEPENDS2
-rw-r--r--utils/gamin/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/utils/gamin/DEPENDS b/utils/gamin/DEPENDS
index 8f48999187..a364458cfd 100755
--- a/utils/gamin/DEPENDS
+++ b/utils/gamin/DEPENDS
@@ -6,4 +6,4 @@ if ! spell_installed glib2; then
force_depends glib2
fi &&
-optional_depends python "" "" "for python bindings"
+optional_depends python "--with-python" "--without-python" "for python bindings"
diff --git a/utils/gamin/HISTORY b/utils/gamin/HISTORY
index 88a2a5e32e..947b8246af 100644
--- a/utils/gamin/HISTORY
+++ b/utils/gamin/HISTORY
@@ -1,3 +1,6 @@
+2019-08-26 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: actually disbale python
+
2011-12-25 Robin Cook <rcook@wyrms.net>
* PRE_BUILD: added to apply patch use of deprecated G_CONST_RETURN
http://lists.linuxtogo.org/pipermail/openembedded-core/2011-October/011050.html