Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-18 | pkgconfig: add pkgconfig package for target | Peter Korsgaard | |
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target. | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-06-14 | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | |
2007-11-25 | Fix syntax error in dbus | Ulf Samuelsson | |
2007-11-25 | Fix dependency loop in dbus | Ulf Samuelsson | |
2007-11-22 | Make XML library used by D-Bus selectable instead of requiring both Expat | Peter Korsgaard | |
and libxml2. | |||
2007-07-17 | Make dbus depend on libxml2 and link with lib | Ulf Samuelsson | |
2007-01-14 | Add packages for D-Bus and G-Lib interface library too. | "Steven J. Hill" | |