summaryrefslogtreecommitdiffstats
path: root/package/directfb/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* directfb: add optional imlib2 supportMarkos Chandras2013-06-061-0/+4
| | | | | | [Peter: drop default y] Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: 1.6.x needs C++ support in toolchainPeter Korsgaard2013-04-291-2/+3
| | | | | | Fixes http://autobuild.buildroot.net/results/b36f5492401a8bba8ed04614decfbf4152464740/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: fixing typo in variablesCarsten Schoenert2013-04-281-2/+2
| | | | | Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: expanding the help stringsCarsten Schoenert2013-04-281-0/+11
| | | | | | | | Adding a helper string for the PXA3xx and graphics driver from Marvell and the EP9x graphics driver from Cirrus Logic. Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: needs threads supportPeter Korsgaard2012-11-231-0/+4
| | | | | | Fixes http://autobuild.buildroot.net/results/237aaf7b036a98867de1df47d39d01ec4137efd3 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Revert "directfb: add support for davinci gfx driver"Peter Korsgaard2012-05-151-4/+0
| | | | | | | | This reverts commit df39ffe7f437f62d7c0eb6d73bdb86b2d09a8c8a. It's broken and Arnout no longer has the hardware to fix/test. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: add support for davinci gfx driverArnout Vandecappelle2012-05-011-0/+4
| | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add support for DirectFB EP9x driverThomas Petazzoni2011-02-081-0/+4
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux-fusion: many fixesThomas Petazzoni2010-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes several issues with linux-fusion so that it builds properly with the current Buildroot: * Following the rework of the Linux kernel build process in Buildroot, a few adaptations were needed: depend on BR2_LINUX_KERNEL instead of !BR2_KERNEL_none, use $(LINUX26_VERSION_PROBED) to get the real kernel version, etc. * Add a LINUX_FUSION_BUILD_CMDS that actually does the build of linux-fusion. * Define SYSROOT for linux-fusion to TARGET_DIR so that at target installation, kernel modules are installed in $(TARGET_DIR) * Replace the staging installation by a simple one-liner that only installs the linux fusion header, needed for DirectFB to use the fusion kernel module * Fix the uninstallation macros. They have been misunderstood as hooks, while their are in fact normal macros. * Add a patch to fix a build failure in linux-fusion itself (missing <linux/sched.h> include in fusiondev.c) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-fusion: add dependency on !BR2_KERNEL_noneThomas Petazzoni2010-05-101-0/+1
| | | | | | | | | | | linux-fusion is composed of a kernel module, and linux-fusion.mk uses several variable definitions that only exist when Buildroot compiles a kernel. We also add the same dependency to BR2_PACKAGE_DIRECTFB_MULTI, which relies on linux-fusion. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* directfb: added directfb tests installation optionLionel Landwerlin2010-05-031-0/+3
| | | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: some cleanup in config fileLionel Landwerlin2010-01-281-20/+4
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: Fix ps2mouse driver availabilityLionel Landwerlin2009-12-061-1/+0
| | | | | | | | | | | Closes #553. The ps2mouse driver is miss named because it's not only a driver for ps2 mice, but also usb mice. So it's not only limited to PC architecture (x86 & x86-64). Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add i830 graphics driver to DirectFBOrmund Williams2009-09-241-0/+5
| | | | | Signed-off-by: Ormund Williams <ormundw@panix.com>[A Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: update to 1.4.2, add option for pxa3xx driverSven Neumann2009-09-031-0/+5
| | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: remove unnecessary dependency on libungifSven Neumann2009-08-071-1/+0
| | | | | | | The GIF image provider in DirectFB is self-contained and doesn't need libungif. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
* directfb: allow to enable debug and trace supportSven Neumann2009-08-071-1/+12
| | | | | | | | | This change adds two new options, BR2_PACKAGE_DIRECTFB_DEBUG to enable lots of debugging output from DirectFB and BR2_PACKAGE_DIRECTFB_TRACE to enable support for call traces in case of a crash. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
* xorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_noneThomas Petazzoni2009-07-241-1/+1
| | | | | | | | | | The BR2_PACKAGE_XSERVER_none option has gone, so use BR2_PACKAGE_XORG7 instead. It is more logical to test if BR2_PACKAGE_XORG7 is set to know if an X.org server is available, than testing if BR2_PACKAGE_XSERVER_none is set to know if an X.org server is *not* available. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qtopia4/directfb: remove default nPeter Korsgaard2009-07-081-1/+0
| | | | | | N is default, so no need to explicitly state it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: bump versionSven Neumann2009-06-231-6/+14
| | | | | | | | | | | | | | | | Closes #379 update DirectFB to version 1.4.0 A new stable version of DirectFB has been released upstream, http://directfb.org/index.php?path=Main%2FNews&entry=2009-06-04-1.niels Attached patch updates the DirectFB package and introduces a BR2 configuration option for the RGB16 dithering feature that is new in DirectFB 1.4.0. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: add option for linuxinput input driverPeter Korsgaard2009-03-111-0/+5
|
* Change name form DIRECTFB_MAJOR to DIRECTFB_VERSION_MAJOR, make patches ↵Ulf Samuelsson2009-01-111-0/+6
| | | | version dependent
* package/: remove more 'default n' (see r22874)Peter Korsgaard2008-11-021-4/+0
|
* Fix whitespace damageThiago A. Corrêa2008-10-091-40/+40
|
* Fix dependencies in directfb config optionsThiago A. Corrêa2008-10-091-1/+2
|
* widen options to configure directfb, patch by Micha Nelissen ↵Thiago A. Corrêa2008-10-071-6/+70
| | | | <micha@neli.hopto.org>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-2/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Bump version of DirectFB to 1.0.0 and add dependency on TSLIBUlf Samuelsson2007-08-121-1/+11
|
* http://bugs.uclibc.org/view.php?id=189Eric Andersen2005-04-261-0/+11