summaryrefslogtreecommitdiffstats
path: root/package/fltk/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* fltk: replace dependency on X.org server with dependency on librariesThomas Petazzoni2013-01-121-0/+2
| | | | | | | | | fltk is a X client library, so it doesn't make sense for it to depend on the X.org server. Instead, it depends on libX11, libXext and libXt, so we use those libraries as fltk dependencies. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/fltk: needs libXtPeter Korsgaard2009-11-301-0/+1
| | | | | | | | | Closes #707 At the same time get rid of redundant (provided by Makefile.autotools.in) configure arguments. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/fltk: needs C++ support in toolchainPeter Korsgaard2009-11-291-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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>
* fltk: fix long help text linesPeter Korsgaard2008-08-271-4/+2
| | | | Remove comment when X isn't available while we're at it.
* 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-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* added fltkJohn Voltz2008-03-061-0/+11