summaryrefslogtreecommitdiff
path: root/packages/graphics/libtiff/libtiff.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/graphics/libtiff/libtiff.kconfig')
-rw-r--r--packages/graphics/libtiff/libtiff.kconfig25
1 files changed, 22 insertions, 3 deletions
diff --git a/packages/graphics/libtiff/libtiff.kconfig b/packages/graphics/libtiff/libtiff.kconfig
index daec17d..b65222f 100644
--- a/packages/graphics/libtiff/libtiff.kconfig
+++ b/packages/graphics/libtiff/libtiff.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2011 GAYE Abdoulaye Walsimou.
+# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,10 +19,16 @@
#
# \file libtiff.kconfig
# \brief libtiff.kconfig of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date December 2009
################################################################################
+config EMBTK_HOST_HAVE_LIBTIFF
+ bool
+ select EMBTK_LIBTIFF_PKG_IS_TARGZ
+ help
+ libtiff for host development machine.
+
config EMBTK_HAVE_LIBTIFF
bool "Have libtiff"
select EMBTK_LIBTIFF_PKG_IS_TARGZ
@@ -36,7 +42,7 @@ config EMBTK_HAVE_LIBTIFF
need to leave out some of the compression support.
choice
prompt "libtiff version you wish"
- depends on EMBTK_HAVE_LIBTIFF
+ depends on EMBTK_HAVE_LIBTIFF || EMBTK_HOST_HAVE_LIBTIFF
help
Here you can choose which version of libtiff you want to use.
@@ -50,9 +56,22 @@ config EMBTK_LIBTIFF_VERSION_STRING
config EMBTK_LIBTIFF_NEED_PATCH
bool
+ select EMBTK_LIBTIFF_HOST_NEED_PATCH
config EMBTK_LIBTIFF_NEED_AUTORECONF
bool
+ select EMBTK_LIBTIFF_HOST_NEED_AUTORECONF
config EMBTK_LIBTIFF_PKG_IS_TARGZ
bool
+ select EMBTK_LIBTIFF_HOST_PKG_IS_TARGZ
config EMBTK_LIBTIFF_PKG_IS_TARBZ2
bool
+ select EMBTK_LIBTIFF_HOST_PKG_IS_TARBZ2
+
+config EMBTK_LIBTIFF_HOST_NEED_PATCH
+ bool
+config EMBTK_LIBTIFF_HOST_NEED_AUTORECONF
+ bool
+config EMBTK_LIBTIFF_HOST_PKG_IS_TARGZ
+ bool
+config EMBTK_LIBTIFF_HOST_PKG_IS_TARBZ2
+ bool