summaryrefslogtreecommitdiff
path: root/kconfig/pkgconf.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-12 22:41:29 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-12 22:41:29 +0100
commitf49f52cea4d37fc8a0cd030167de4482cc4b09b8 (patch)
treeb9a26ad4a7261e7f55955074ee5c614e3cc66637 /kconfig/pkgconf.kconfig
parent1a483470e453b509fbe33242ba4b126318ddb545 (diff)
downloadembtoolkit-f49f52cea4d37fc8a0cd030167de4482cc4b09b8.tar.gz
embtoolkit-f49f52cea4d37fc8a0cd030167de4482cc4b09b8.tar.bz2
embtoolkit-f49f52cea4d37fc8a0cd030167de4482cc4b09b8.tar.xz
Host tools: New package: replace pkg-config with pkgconf
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/pkgconf.kconfig')
-rw-r--r--kconfig/pkgconf.kconfig48
1 files changed, 48 insertions, 0 deletions
diff --git a/kconfig/pkgconf.kconfig b/kconfig/pkgconf.kconfig
new file mode 100644
index 0000000..4fb6306
--- /dev/null
+++ b/kconfig/pkgconf.kconfig
@@ -0,0 +1,48 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2011-2012 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+#
+# 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 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/>.
+#
+################################################################################
+#
+# \file pkgconf.kconfig
+# \brief pkgconf.kconfig of Embtoolkit.
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date January 2011
+################################################################################
+
+config EMBTK_HAVE_PKGCONF
+ bool
+ default y
+ select EMBTK_PKGCONF_NEED_AUTORECONF
+ help
+ pkgconf for host tools.
+
+config EMBTK_PKGCONF_VERSION_STRING
+ string
+ default "0.8.9"
+
+config EMBTK_PKGCONF_VERSION_GIT
+ bool
+
+config EMBTK_PKGCONF_GIT_SITE
+ string
+ default "git://github.com/pkgconf/pkgconf.git"
+ depends on EMBTK_PKGCONF_VERSION_GIT
+
+config EMBTK_PKGCONF_NEED_PATCH
+ bool
+config EMBTK_PKGCONF_NEED_AUTORECONF
+ bool