summaryrefslogtreecommitdiff
path: root/packages/x11/utilmacros
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-06-26 01:44:58 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-06-26 01:44:58 +0200
commit6d3873ba4b91337fede90b317ac2dcc9c476d110 (patch)
tree3e4e5356ba1ad50082021347fdbbcb8ebec9f51c /packages/x11/utilmacros
parentf5098e6295be6c59c4f3e0d08640c4d4545dec34 (diff)
downloadembtoolkit-6d3873ba4b91337fede90b317ac2dcc9c476d110.tar.gz
embtoolkit-6d3873ba4b91337fede90b317ac2dcc9c476d110.tar.bz2
embtoolkit-6d3873ba4b91337fede90b317ac2dcc9c476d110.tar.xz
Build system: fix PKG_CONFIG_PATH for target and host
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/x11/utilmacros')
-rw-r--r--packages/x11/utilmacros/utilmacros.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/x11/utilmacros/utilmacros.mk b/packages/x11/utilmacros/utilmacros.mk
index b783abc..a04975a 100644
--- a/packages/x11/utilmacros/utilmacros.mk
+++ b/packages/x11/utilmacros/utilmacros.mk
@@ -42,7 +42,7 @@ UTILMACROS_CONFIGURE_OPTS := --disable-malloc0returnsnull
utilmacros_install:
$(call EMBTK_INSTALL_PKG,UTILMACROS) && \
- cp $(SYSROOT)/usr/share/pkgconfig/xorg-macros.pc $(PKG_CONFIG_PATH) \
+ cp $(SYSROOT)/usr/share/pkgconfig/xorg-macros.pc $(EMBTK_PKG_CONFIG_PATH) \
&& $(MAKE) pkgconfig_files_adapt
download_utilmacros: