From 3161f81eb604c0d2e9b9c0ee39a1f7f7cf7c8b42 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Tue, 5 Jun 2012 20:45:17 +0200 Subject: Host tools: pkgconfig: give ability to use sources from git repository Signed-off-by: Abdoulaye Walsimou Gaye --- mk/pkgconfig.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') 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 -# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE. +# Copyright(C) 2009-2012 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 @@ -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 -- cgit v1.2.3