All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] gamin: only enable python support if enabled
@ 2009-05-13  9:04 Sven Neumann
  0 siblings, 0 replies; only message in thread
From: Sven Neumann @ 2009-05-13  9:04 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=419257b191d71bd50f6b8a561a5d79a6f688f5a6
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master


Closes #295.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/gamin/gamin.mk |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/gamin/gamin.mk b/package/gamin/gamin.mk
index f0a2a1f..180d89e 100644
--- a/package/gamin/gamin.mk
+++ b/package/gamin/gamin.mk
@@ -12,6 +12,10 @@ GAMIN_INSTALL_TARGET = YES
 
 GAMIN_CONF_OPT = --program-prefix="" --disable-debug
 
+ifneq ($(BR2_PACKAGE_PYTHON),y)
+GAMIN_CONF_OPT += --without-python
+endif
+
 GAMIN_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
 
 GAMIN_CONF_ENV = have_abstract_sockets=no
-- 
1.6.0.6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-13  9:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-13  9:04 [Buildroot] [git commit] gamin: only enable python support if enabled Sven Neumann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.