summaryrefslogtreecommitdiff
path: root/packages/graphics/libtiff/libtiff.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-02-13 19:03:04 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-02-13 19:04:04 +0100
commit5d8187b7d0aee11d13c6194528ae7b9cd4cdcdd5 (patch)
tree2276f81c23e33c19d4376eb818a5adc5f7e9452c /packages/graphics/libtiff/libtiff.kconfig
parent80d6233691bddaecbe9e8b40ecbb4f3559d158c0 (diff)
downloadembtoolkit-5d8187b7d0aee11d13c6194528ae7b9cd4cdcdd5.tar.gz
embtoolkit-5d8187b7d0aee11d13c6194528ae7b9cd4cdcdd5.tar.bz2
embtoolkit-5d8187b7d0aee11d13c6194528ae7b9cd4cdcdd5.tar.xz
Packages: libtiff: Convert to use generic macros
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/graphics/libtiff/libtiff.kconfig')
-rw-r--r--packages/graphics/libtiff/libtiff.kconfig32
1 files changed, 21 insertions, 11 deletions
diff --git a/packages/graphics/libtiff/libtiff.kconfig b/packages/graphics/libtiff/libtiff.kconfig
index 1f8839f..082cb4f 100644
--- a/packages/graphics/libtiff/libtiff.kconfig
+++ b/packages/graphics/libtiff/libtiff.kconfig
@@ -2,18 +2,19 @@
# Embtoolkit
# Copyright(C) 2009-2011 GAYE Abdoulaye Walsimou. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# 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
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
################################################################################
#
# \file libtiff.kconfig
@@ -24,6 +25,7 @@
config EMBTK_HAVE_LIBTIFF
bool "Have libtiff"
+ select EMBTK_LIBTIFF_PKG_IS_TARGZ
help
libtiff provides support for the Tag Image File Format (TIFF), a
widely used format for storing image data.
@@ -36,7 +38,7 @@ choice
prompt "libtiff version you wish"
depends on EMBTK_HAVE_LIBTIFF
help
- Here you can choose which version of libtiff you want to use.
+ Here you can choose which version of libtiff you want to use.
config EMBTK_LIBTIFF_VERSION_3_9_2
bool "libtiff-3.9.2"
@@ -46,3 +48,11 @@ config EMBTK_LIBTIFF_VERSION_STRING
string
default "3.9.2" if EMBTK_LIBTIFF_VERSION_3_9_2
+config EMBTK_LIBTIFF_NEED_PATCH
+ bool
+config EMBTK_LIBTIFF_NEED_AUTORECONF
+ bool
+config EMBTK_LIBTIFF_PKG_IS_TARGZ
+ bool
+config EMBTK_LIBTIFF_PKG_IS_TARBZ2
+ bool