summaryrefslogtreecommitdiff
path: root/package/directfb
AgeCommit message (Collapse)Author
2010-05-10linux-fusion: add dependency on !BR2_KERNEL_noneThomas Petazzoni
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>
2010-05-03directfb: added directfb tests installation optionLionel Landwerlin
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>
2010-05-03directfb: bump to 1.4.3Lionel Landwerlin
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>
2010-05-02packages: remove useless HOST_*_LIBTOOL_PATCHThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-28directfb: some cleanup in config fileLionel Landwerlin
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-30package: fix host build for packages with own libtool patchPeter Korsgaard
Packages which also build a host variant and have LIBTOOL_PATCH = NO, should also disable libtool patching for the host build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-15directfb: convert to autotools infrastructure for host packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-06directfb: Fix ps2mouse driver availabilityLionel Landwerlin
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>
2009-11-22package/directfb: don't prepend $arch-linux- to programsPeter Korsgaard
Directfb users: Do all those applications even make sense to install to target? Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-03directfb: fix tabs instead of spacesPeter Korsgaard
Commit 0eca108b738acf9d3 (directfb: add host-directfb target for directfb-csource) had tabs replaced by spaces, causing stuff to break - Fixed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-02directfb: add host-directfb target for directfb-csourceSven Neumann
directfb-csource is a code generation tool that may be needed to build other packages. Add host-directfb target that installs directfb-csource in the host_dir. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-02directfb: fix build with BR2_PACKAGE_DIRECTFB_DEBUGPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-24Add i830 graphics driver to DirectFBOrmund Williams
Signed-off-by: Ormund Williams <ormundw@panix.com>[A Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-03directfb: update to 1.4.2, add option for pxa3xx driverSven Neumann
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-08-07directfb: remove unnecessary dependency on libungifSven Neumann
The GIF image provider in DirectFB is self-contained and doesn't need libungif. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
2009-08-07directfb: allow to enable debug and trace supportSven Neumann
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>
2009-07-25Merge branch 'xorg' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard
2009-07-24xorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_noneThomas Petazzoni
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>
2009-07-17directfb: bump versionThomas Petazzoni
Bump the version of Direct FB to 1.4.1. Fixes bug #467. Thanks to Lionel Landwerlin <lionel.landwerlin@openwide.fr> for the notification. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-08qtopia4/directfb: remove default nPeter Korsgaard
N is default, so no need to explicitly state it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-06-23directfb: bump versionSven Neumann
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>
2009-04-23directfb: bump versionPeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #281.
2009-03-11directfb: add option for linuxinput input driverPeter Korsgaard
2009-01-25Makefile: globally define variables used at different placesPeter Korsgaard
$(comma) and $(space) are used in packages and the toolchain. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-21directfb: fix compilation error on ppc (linux/config.h is long gone)Peter Korsgaard
2009-01-21directfb: bump version and convert to Makefile.autotools.in formatPeter Korsgaard
Patch by Sven Neumann <s.neumann@phase-zero.de>
2009-01-21directfb: tarball moved to Old/Peter Korsgaard
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-11Change name form DIRECTFB_MAJOR to DIRECTFB_VERSION_MAJOR, make patches ↵Ulf Samuelsson
version dependent
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-11-28Adding Central config.cache optionsDaniel Laird
The following changes allow for use of a central configure cache file. This speeds up configuration of packages. Its use is configurable at the top level (BR2_CONFIG_CACHE - default n). Old style makefiles can use it if they use the following MACRO in makefiles: $(AUTO_CONFIGURE_TARGET) see my change to directfb.mk. New style Autotools.in will use it if you set the global option. However you can enable the global option and on a per package overrule it by doing the following: $(PKGNAME)_USE_CONFIG_CACHE = NO see fontconfig.mk for an example of this. Finally I have removed a few config variable settings which indicated no CXX compiler as this is wrong and breaks the build when using this central cache. Config.in | 8 ++++++++ package/Makefile.autotools.in | 5 ++++- package/Makefile.in | 28 +++++++++++++++++++++++++++- package/atk/atk.mk | 2 +- package/directfb/directfb.mk | 7 +------ package/fontconfig/fontconfig.mk | 3 +++ package/libglib2/libglib2.mk | 2 +- package/libgtk2/libgtk2.mk | 1 - 8 files changed, 45 insertions(+), 11 deletions(-) I would appreciate feedback on this change (I have been testing for 2-3 weeks) But I can never test all cases! If you enable the BR2_CONFIG_CACHE option some Makefile.autotools.in based packages may now break - I cannot build them all. In this case you may need to remove config options that are being hardcoded all over the place (like gtk saying we have 2 CXX compiler) or disable the use of CONFIG CACHE file like I have done in fontconfig. I can build all packages required to get WebKit on DirectFB up and running and it runs fine. I will try to resolve any issues this creates as fast as I can. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2008-11-02package/: remove more 'default n' (see r22874)Peter Korsgaard
2008-10-09Fix dependency on libungifThiago A. Corrêa
2008-10-09Fix whitespace damageThiago A. Corrêa
2008-10-09Fix dependencies in directfb config optionsThiago A. Corrêa
2008-10-07widen options to configure directfb, patch by Micha Nelissen ↵Thiago A. Corrêa
<micha@neli.hopto.org>
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-04-01direct: don't fail clean target if directory doesn't existPeter Korsgaard
Patch by Hebbar.
2007-11-16fix 0001595 issueIvan Kuten
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-25- make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer
2007-09-17- cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-09-12Remove whitespaceUlf Samuelsson
2007-09-05Bump DirectFB version, and enable/disable X11Ulf Samuelsson
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-08-13Add dependency to linux-fusion, if DirectFB is built with multiUlf Samuelsson
2007-08-12fix DirectFB *.la path'sUlf Samuelsson
2007-08-12Bump version of DirectFB to 1.0.0 and add dependency on TSLIBUlf Samuelsson