summaryrefslogtreecommitdiffstats
path: root/package/dillo/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* dillo: use select for library dependenciesThomas Petazzoni2009-07-241-8/+5
| | | | | | | | | | Use select independs of depends on for library dependencies. We keep the depends on for the X.org dependency so that dillo can only be selected once X.org is enabled (which, contrary to the library dependencies, is a pretty obvious dependency for the user). We then get rid of the configuration interface comment. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorg: simplify dependencies on X.orgThomas Petazzoni2009-07-171-1/+1
| | | | | | | | | | | | | | Many packages used to depend on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7, but this is useless since BR2_PACKAGE_XORG is a non-existing configuration option. So, these depencies gets simplified to BR2_PACKAGE_XORG7 only. Some others were depending on BR2_PACKAGE_TINYX (which doesn't) exist or BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tiny || BR2_PACKAGE_XSERVER_x11r7. Replace all that mess by a simple dependency on BR2_PACKAGE_XORG7. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-6/+6
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* Make dillo depend on packets, instead of selecting themUlf Samuelsson2007-11-291-5/+8
|
* Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn'tEric Andersen2007-08-101-1/+1
| | | | | | quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot.
* Use select instead of depends for dependenciesPeter Korsgaard2007-05-221-3/+3
|
* depend instead of select on zlib/png to shut up Kconfig warningPeter Korsgaard2006-09-251-2/+2
| | | | (doesn't change anything as xorg already depends on them)
* Add dillo packagePeter Korsgaard2006-09-191-0/+13