[Lunar-commits] <moonbase> gtk-vnc: add an optional_depends, and enable Python bindings
Zachary McGrew
zmcgrew at lunar-linux.org
Thu Jul 15 22:17:11 CEST 2010
commit 4c9aecb5480705c245ffda9af1412e8f299734f5
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Sat Feb 20 17:03:06 2010 -0800
gtk-vnc: add an optional_depends, and enable Python bindings
---
libs/gtk-vnc/BUILD | 1 +
libs/gtk-vnc/DEPENDS | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/libs/gtk-vnc/BUILD b/libs/gtk-vnc/BUILD
index d9aeeea..30f4426 100644
--- a/libs/gtk-vnc/BUILD
+++ b/libs/gtk-vnc/BUILD
@@ -1,5 +1,6 @@
(
+ OPTS+=" --with-python"
default_build
) > $C_FIFO 2>&1
diff --git a/libs/gtk-vnc/DEPENDS b/libs/gtk-vnc/DEPENDS
index b351ceb..9dbe833 100644
--- a/libs/gtk-vnc/DEPENDS
+++ b/libs/gtk-vnc/DEPENDS
@@ -1,2 +1,4 @@
depends pygtk
depends gnutls
+
+optional_depends cyrus-sasl "" "--without-sasl" "for sasl authentication"
More information about the Lunar-commits
mailing list