summaryrefslogtreecommitdiffstats
path: root/package/neon/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* neon: fix help text for BR2_PACKAGE_NEON_NOXMLArnout Vandecappelle (Essensium/Mind)2012-04-191-3/+1Star
| | | | | | | | | | Commit 4fbff28b removed the 'depends on' statements for the XML choice. Therefore, the expat and libxml2 options are always available. Remove the cryptic part of help text that tells you to select something if it is not available. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neon: use select rather than 'depends on' for xml dependenciesPeter Korsgaard2012-04-041-10/+10
| | | | | | | Similar to how we recently changed dbus. At the same time also reorder options to put 'none' option in front (default). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neon: default to xml support if dependencies are availablePeter Korsgaard2011-10-111-1/+0Star
| | | | | | | Use expat support if expat package is enabled, libxml2 if enabled and otherwise noxml. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neon: fix ssl option dependencyPeter Korsgaard2009-12-231-0/+1
| | | | | | Thanks to Gustavo Zacarias for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neon: add optional ssl supportPeter Korsgaard2009-12-201-0/+6
| | | | | Signed-off-by: Nigel Kukard <nkukard@lbsd.net> 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.
* neon: s/exapt/expat/Peter Korsgaard2009-01-081-2/+2
|
* * Refined building of neon optionsNigel Kukard2008-12-311-0/+7
| | | | - Added support to build with or without zlib support
* neon: uses pkgconfig so select itPeter Korsgaard2008-08-261-0/+1
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* 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-3/+3
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* * Added neonNigel Kukard2008-04-121-0/+38