From 019a581f89056e34fa7583a16de48c37c2c39ea2 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 22 Oct 2012 15:47:52 +0000 Subject: packages: switch to host-pkgconf Signed-off-by: Gustavo Zacarias Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/dbus/dbus.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/dbus') diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index 1190d2fc3..f848bfd34 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -7,7 +7,7 @@ DBUS_VERSION = 1.4.20 DBUS_SITE = http://dbus.freedesktop.org/releases/dbus/ DBUS_INSTALL_STAGING = YES -DBUS_DEPENDENCIES = host-pkg-config +DBUS_DEPENDENCIES = host-pkgconf DBUS_CONF_ENV = ac_cv_have_abstract_sockets=yes DBUS_CONF_OPT = --with-dbus-user=dbus \ @@ -65,7 +65,7 @@ endef DBUS_POST_INSTALL_TARGET_HOOKS += DBUS_INSTALL_TARGET_FIXUP -HOST_DBUS_DEPENDENCIES = host-pkg-config host-expat +HOST_DBUS_DEPENDENCIES = host-pkgconf host-expat HOST_DBUS_CONF_OPT = \ --with-dbus-user=dbus \ --disable-tests \ -- cgit v1.2.3