summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-06-05 20:45:17 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-06-05 20:46:07 +0200
commit3161f81eb604c0d2e9b9c0ee39a1f7f7cf7c8b42 (patch)
treecb51d36c6309e2961ad3ffc5928e2d413c570740 /kconfig
parent9e64dc39f476dd18b1612d73c4acaff9e8f181bd (diff)
downloadembtoolkit-3161f81eb604c0d2e9b9c0ee39a1f7f7cf7c8b42.tar.gz
embtoolkit-3161f81eb604c0d2e9b9c0ee39a1f7f7cf7c8b42.tar.bz2
embtoolkit-3161f81eb604c0d2e9b9c0ee39a1f7f7cf7c8b42.tar.xz
Host tools: pkgconfig: give ability to use sources from git repository
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/pkgconfig.kconfig15
1 files changed, 10 insertions, 5 deletions
diff --git a/kconfig/pkgconfig.kconfig b/kconfig/pkgconfig.kconfig
index 5d2fe20..60383db 100644
--- a/kconfig/pkgconfig.kconfig
+++ b/kconfig/pkgconfig.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2011 Abdoulaye Walsimou GAYE.
+# 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
@@ -33,11 +33,16 @@ config EMBTK_PKGCONFIG_VERSION_STRING
string
default "0.25"
+config EMBTK_PKGCONFIG_VERSION_GIT
+ bool
+
+config EMBTK_PKGCONFIG_GIT_SITE
+ string
+ default "git://anongit.freedesktop.org/pkg-config"
+ depends on EMBTK_PKGCONFIG_VERSION_GIT
+
config EMBTK_PKGCONFIG_NEED_PATCH
bool
config EMBTK_PKGCONFIG_NEED_AUTORECONF
bool
-config EMBTK_PKGCONFIG_PKG_IS_TARGZ
- bool
-config EMBTK_PKGCONFIG_PKG_IS_TARBZ2
- bool
+ default y if EMBTK_PKGCONFIG_VERSION_GIT