summaryrefslogtreecommitdiff
path: root/package/dbus
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-14 21:01:16 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-14 21:01:16 +0000
commit565e05c8a18ecb7ffff0018b598218d32399d8b7 (patch)
treea49e24c47e431bcb1de31bb6bd350bec74b7a457 /package/dbus
parent43f18ea31c3447da516bfad8d81c6490a93d9411 (diff)
packages: fix pkgconfig depencies and select pkgconfig where needed
Diffstat (limited to 'package/dbus')
-rw-r--r--package/dbus/Config.in1
-rw-r--r--package/dbus/dbus.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/package/dbus/Config.in b/package/dbus/Config.in
index 973ba07f9..343656c35 100644
--- a/package/dbus/Config.in
+++ b/package/dbus/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_DBUS
bool "dbus"
default n
depends on BR2_PACKAGE_EXPAT || BR2_PACKAGE_LIBXML2
+ select BR2_PACKAGE_PKGCONFIG
help
The D-Bus message bus system.
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index 4687a4809..8a22403bd 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -83,7 +83,7 @@ ifneq ($(BR2_HAVE_MANPAGES),y)
rm -rf $(TARGET_DIR)/usr/share/man
endif
-dbus: uclibc $(DBUS_XML_DEP) $(TARGET_DIR)/$(DBUS_TARGET_BINARY)
+dbus: uclibc pkgconfig $(DBUS_XML_DEP) $(TARGET_DIR)/$(DBUS_TARGET_BINARY)
dbus-clean:
rm -f $(TARGET_DIR)/etc/dbus-1/session.conf