summaryrefslogtreecommitdiffstats
path: root/package/dbus/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* dbus: make it easier to select an XML library (select rather than depends on)Arnout Vandecappelle (Essensium/Mind)2012-01-311-7/+2Star
| | | | | | | | | | | | | | | | D-Bus requires an XML library, expat or libxml2. There already is a choice between them in the config menu, but it requires the user to first select one of the libraries, and then select dbus. With this patch, the choice automatically selects the XML library. Note that this removes the automatic choice of libxml2 for dbus if libxml2 had already been selected, i.e. in that case both libxml2 and expat will be selected unless the user takes action. An alternative would be to remove the choice completely, and to take the path of bluez-utils: select BR2_PACKAGE_EXPAT if !BR2_PACKAGE_DBUS_LIBXML2 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: prefer expat if available even if libxml2 also isPeter Korsgaard2009-09-271-1/+1
| | | | | | | dbus-glib needs dbus to be compiled with expat support, so prefer that mode even if libxml2 is also enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-181-1/+0Star
| | | | | | | | | | | | | 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.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard2008-06-141-0/+1
|
* Fix syntax error in dbusUlf Samuelsson2007-11-261-1/+1
|
* Fix dependency loop in dbusUlf Samuelsson2007-11-251-4/+8
|
* Make XML library used by D-Bus selectable instead of requiring both ExpatPeter Korsgaard2007-11-221-2/+20
| | | | and libxml2.
* Make dbus depend on libxml2 and link with libUlf Samuelsson2007-07-171-0/+1
|
* Add packages for D-Bus and G-Lib interface library too."Steven J. Hill"2007-01-141-0/+8