diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-10-27 23:16:44 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-15 19:57:31 +0100 |
commit | 6dc336b2935657f2e2d0d9eddab48e88f437dd55 (patch) | |
tree | 559a2040224cbdd1d7aada8e05775418a3d03e3b /package/sylpheed/sylpheed.mk | |
parent | d5d5d2942f388a22fd808406645c7033a7d27048 (diff) | |
download | buildroot-novena-6dc336b2935657f2e2d0d9eddab48e88f437dd55.tar.gz buildroot-novena-6dc336b2935657f2e2d0d9eddab48e88f437dd55.zip |
host-pkgconfig is now host-pkg-config
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sylpheed/sylpheed.mk')
-rw-r--r-- | package/sylpheed/sylpheed.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sylpheed/sylpheed.mk b/package/sylpheed/sylpheed.mk index 19985237d..96eca9c36 100644 --- a/package/sylpheed/sylpheed.mk +++ b/package/sylpheed/sylpheed.mk @@ -13,7 +13,7 @@ SYLPHEED_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install SYLPHEED_CONF_OPT = --disable-gtkspell --program-prefix="" -SYLPHEED_DEPENDENCIES = host-pkgconfig +SYLPHEED_DEPENDENCIES = host-pkg-config $(eval $(call AUTOTARGETS,package,sylpheed)) |