Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xorg: bump X.org server version to 1.5.3 | Thomas Petazzoni | 2009-07-28 | 1 | -1/+1 |
| | | | | | | | | This version contains a fix to allow the compilation of the Xvesa server against recent versions of the kernel headers (fix http://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.5-branch&id=992a7168f0db5733fe4a6cbd2f40c6b1f2a150e0) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | xorg server: remove dependencies | Thomas Petazzoni | 2009-07-24 | 2 | -8/+0 |
| | | | | | | | | | | | | | | | | Currently, the X.org server selection always trigger the compilation and installation of libXt (the X toolkit) and libXaw (Athena Widget toolkits), which is are legacy toolkits not used by modern toolkits (Gtk, Qt, etc.). They are only used by old X11 applications that are typically not used on embedded systems. Not compiling them save compilation time, and more importantly, space on the target. We also remove the compilation on xlib_libxkbui, libxmu and libxpm, because they all depend on libXt. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | xorg server: beautify list of dependencies | Thomas Petazzoni | 2009-07-24 | 1 | -13/+53 |
| | | | | | | | | Reorganize the list of depencies with a sane indentation level, and one dependency per line. Yes, the list is long, but is easier to read, and future patches modifying this list will be easier to review. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | xserver: mark as broken on avr32 | Peter Korsgaard | 2009-05-19 | 1 | -0/+4 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | xserver-xorg: libXtst not needed | Peter Korsgaard | 2009-03-16 | 2 | -2/+1 |
| | |||||
* | xserver-xorg: set buildroot mailing list as builder addr | Peter Korsgaard | 2009-03-16 | 1 | -0/+1 |
| | |||||
* | xserver-xorg: more optional dependencies | Peter Korsgaard | 2009-03-16 | 2 | -7/+20 |
| | |||||
* | xserver-xorg: dbus is optional | Peter Korsgaard | 2009-03-16 | 2 | -2/+6 |
| | |||||
* | xorg_server: cleanup .mk | Peter Korsgaard | 2009-03-16 | 1 | -37/+30 |
| | | | | | Rearrange lines and get rid of unneeded variables. Should have no functional change. | ||||
* | xserver: 1.5.x needs openssl (for render sha functions) | Peter Korsgaard | 2009-03-15 | 1 | -0/+1 |
| | |||||
* | x11r7: update to 7.4 | Peter Korsgaard | 2009-03-14 | 5 | -42/+14 |
| | | | | | | Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me. | ||||
* | xserver_xorg: add options for builtin fonts and aiglx | Peter Korsgaard | 2009-03-13 | 2 | -4/+30 |
| | | | | Patch by Dan Lykowski <lykowdk@gmail.com> | ||||
* | xserver-xorg: select mesa3d in kconfig | Peter Korsgaard | 2009-02-24 | 1 | -0/+1 |
| | | | | xserver-xorg depends on mesa3d, so select it in kconfig as well. | ||||
* | x11r7/xserver_xorg: breaks with shared cache | Peter Korsgaard | 2008-12-22 | 1 | -0/+1 |
| | | | | The package overrides CFLAGS, so disable shared cache. | ||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -4/+4 |
| | |||||
* | x11r7/xserver: select cursor font as well | Peter Korsgaard | 2008-10-23 | 1 | -0/+1 |
| | | | | Really closes #5684. | ||||
* | x11r7/xserver: select misc font + font alias | Peter Korsgaard | 2008-10-23 | 1 | -0/+2 |
| | | | | Closes #5684. | ||||
* | x11r7/xserver: bump version | Peter Korsgaard | 2008-10-21 | 1 | -1/+1 |
| | |||||
* | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | 2008-10-20 | 1 | -1/+0 |
| | | | | It's default now. | ||||
* | x11r7/xserver: use install-strip for target install | Peter Korsgaard | 2008-10-19 | 1 | -1/+1 |
| | |||||
* | xserver_xorg-server: fix missing backslash on end of CONF_OPT | Hans-Christian Egtvedt | 2008-09-30 | 1 | -1/+1 |
| | | | | | | | | This patch adds a missing backslash on a line in the middle of the list of XSERVER_XORG_SERVER_CONF_OPT. Reported-by: Sebastian Matuschka <Sebastian.Matuschka@gcd-solutions.de> | ||||
* | Applied patch from Michel Wilson to allow the cursor in the X root window to | Hamish Moffatt | 2008-09-10 | 2 | -0/+13 |
| | | | | | be disabled. Unfortunately this is a compile-time option. | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | xserver: fix typo | Peter Korsgaard | 2008-07-01 | 1 | -1/+1 |
| | |||||
* | xserver: disable xephyr/xnest/xvfb servers | Peter Korsgaard | 2008-07-01 | 1 | -3/+6 |
| | | | | Disable development xephyr/xnest/xvfb servers (saves ~3MB). | ||||
* | xserver-xorg: select dbus | Peter Korsgaard | 2008-06-30 | 1 | -0/+1 |
| | | | | xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig. | ||||
* | x11r7: bump xserver version | Peter Korsgaard | 2008-06-30 | 1 | -1/+1 |
| | | | | Based on googlecode r561 by John Voltz. | ||||
* | mesa: bump version | Peter Korsgaard | 2008-06-30 | 1 | -1/+1 |
| | | | | Based on googlecode r559 by John Voltz. | ||||
* | packages: fix xorg to compile modular and tiny versions | Peter Korsgaard | 2008-06-30 | 1 | -3/+19 |
| | | | | Based on googlecode r558 by John Voltz. | ||||
* | fix broken patch | John Voltz | 2008-05-01 | 1 | -1/+3 |
| | |||||
* | patch for xserver tslib support | John Voltz | 2008-05-01 | 1 | -0/+9 |
| | |||||
* | some fixes for X | John Voltz | 2008-04-24 | 1 | -0/+6 |
| | |||||
* | updated xorg to version 7.3 and added all of the fonts | John Voltz | 2008-03-06 | 5 | -15/+70 |
| | |||||
* | - extend AUTOTARGETS with an argument DIR_PREFIX for the location of the package | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -1/+1 |
| | | | | (Ivan Kuten) | ||||
* | Update various packages to make X run | Ulf Samuelsson | 2007-09-12 | 1 | -2/+2 |
| | |||||
* | - fix misplaced @ | Bernhard Reutner-Fischer | 2007-08-23 | 1 | -1/+1 |
| | | | | - fix typos in x11r7 packages | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't | Eric Andersen | 2007-08-10 | 3 | -0/+77 |
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. |