diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-14 21:01:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-14 21:01:16 +0000 |
commit | 565e05c8a18ecb7ffff0018b598218d32399d8b7 (patch) | |
tree | a49e24c47e431bcb1de31bb6bd350bec74b7a457 /package/dbus-glib/Config.in | |
parent | 43f18ea31c3447da516bfad8d81c6490a93d9411 (diff) | |
download | buildroot-novena-565e05c8a18ecb7ffff0018b598218d32399d8b7.tar.gz buildroot-novena-565e05c8a18ecb7ffff0018b598218d32399d8b7.zip |
packages: fix pkgconfig depencies and select pkgconfig where needed
Diffstat (limited to 'package/dbus-glib/Config.in')
-rw-r--r-- | package/dbus-glib/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dbus-glib/Config.in b/package/dbus-glib/Config.in index 285687a60..7237b0fcd 100644 --- a/package/dbus-glib/Config.in +++ b/package/dbus-glib/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_DBUS_GLIB default n depends on BR2_PACKAGE_DBUS select BR2_PACKAGE_LIBGLIB2 + select BR2_PACKAGE_PKGCONFIG help GLib bindings for D-Bus. |