gamin: only enable python support if enabled

Closes #295.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Sven Neumann 2009-05-13 11:04:13 +02:00 committed by Peter Korsgaard
parent 8b8d3ff6c1
commit 419257b191
1 changed files with 4 additions and 0 deletions

View File

@ -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