summaryrefslogtreecommitdiff
path: root/mk
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 /mk
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 'mk')
-rw-r--r--mk/pkgconfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkgconfig.mk b/mk/pkgconfig.mk
index c211922..ae49a17 100644
--- a/mk/pkgconfig.mk
+++ b/mk/pkgconfig.mk
@@ -1,6 +1,5 @@
################################################################################
-# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
-# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-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
@@ -45,6 +44,7 @@ __EMBTK_HOST_PKG_CONFIG_PATH += $(dir $(shell find /usr/local/lib -type f -name
EMBTK_HOST_PKG_CONFIG_PATH := $(subst $(embtk_space),:,$(sort $(__EMBTK_HOST_PKG_CONFIG_PATH)))
PKGCONFIG_CONFIGURE_OPTS := --with-pc-path="$(EMBTK_HOST_PKG_CONFIG_PATH)"
+PKGCONFIG_CONFIGURE_OPTS += --with-internal-glib
export PKGCONFIG_BIN EMBTK_PKG_CONFIG_PATH EMBTK_PKG_CONFIG_LIBDIR
export EMBTK_HOST_PKG_CONFIG_PATH