summaryrefslogtreecommitdiffstats
path: root/package/atk
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-19 08:30:20 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-19 08:30:20 +0000
commit849c45648d2c84a2c98a6e22bd504a92e6751b96 (patch)
tree30c66835c992b10d3319d2263ee180a68908470c /package/atk
parent27fb8ed49d7b40f1f3a9c31a8895a944aae8beba (diff)
downloadbuildroot-novena-849c45648d2c84a2c98a6e22bd504a92e6751b96.tar.gz
buildroot-novena-849c45648d2c84a2c98a6e22bd504a92e6751b96.zip
pkg-config: rename pkgconfig to pkg-config
This matches upstream tarball, doesn't screw up existing .config's with BR2_PACKAGE_PKGCONFIG and makes sure the patch gets applied for target compilation.
Diffstat (limited to 'package/atk')
-rw-r--r--package/atk/atk.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/atk/atk.mk b/package/atk/atk.mk
index 4751f7614..c9e373e28 100644
--- a/package/atk/atk.mk
+++ b/package/atk/atk.mk
@@ -67,7 +67,7 @@ $(ATK_HOST_DIR)/.unpacked: $(DL_DIR)/$(ATK_SOURCE)
$(TAR) $(TAR_STRIP_COMPONENTS)=1 -C $(@D) $(TAR_OPTIONS) -
touch $@
-$(ATK_HOST_DIR)/.configured: $(ATK_HOST_DIR)/.unpacked $(LIBGLIB2_HOST_BINARY) $(PKGCONFIG_HOST_BINARY)
+$(ATK_HOST_DIR)/.configured: $(ATK_HOST_DIR)/.unpacked $(LIBGLIB2_HOST_BINARY) $(PKG_CONFIG_HOST_BINARY)
(cd $(@D); rm -rf config.cache; \
$(HOST_CONFIGURE_OPTS) \
CFLAGS="$(HOST_CFLAGS)" \