summaryrefslogtreecommitdiff
path: root/package/x11r7/xserver_xorg-server
AgeCommit message (Collapse)Author
2009-07-28xorg: bump X.org server version to 1.5.3Thomas Petazzoni
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>
2009-07-24xorg server: remove dependenciesThomas Petazzoni
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>
2009-07-24xorg server: beautify list of dependenciesThomas Petazzoni
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>
2009-05-19xserver: mark as broken on avr32Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-03-16xserver-xorg: libXtst not neededPeter Korsgaard
2009-03-16xserver-xorg: set buildroot mailing list as builder addrPeter Korsgaard
2009-03-16xserver-xorg: more optional dependenciesPeter Korsgaard
2009-03-16xserver-xorg: dbus is optionalPeter Korsgaard
2009-03-16xorg_server: cleanup .mkPeter Korsgaard
Rearrange lines and get rid of unneeded variables. Should have no functional change.
2009-03-15xserver: 1.5.x needs openssl (for render sha functions)Peter Korsgaard
2009-03-14x11r7: update to 7.4Peter Korsgaard
Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me.
2009-03-13xserver_xorg: add options for builtin fonts and aiglxPeter Korsgaard
Patch by Dan Lykowski <lykowdk@gmail.com>
2009-02-24xserver-xorg: select mesa3d in kconfigPeter Korsgaard
xserver-xorg depends on mesa3d, so select it in kconfig as well.
2008-12-22x11r7/xserver_xorg: breaks with shared cachePeter Korsgaard
The package overrides CFLAGS, so disable shared cache.
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-10-23x11r7/xserver: select cursor font as wellPeter Korsgaard
Really closes #5684.
2008-10-23x11r7/xserver: select misc font + font aliasPeter Korsgaard
Closes #5684.
2008-10-21x11r7/xserver: bump versionPeter Korsgaard
2008-10-20package/: remove redundant install-strip in *_TARGET_INSTALL_OPTPeter Korsgaard
It's default now.
2008-10-19x11r7/xserver: use install-strip for target installPeter Korsgaard
2008-09-30xserver_xorg-server: fix missing backslash on end of CONF_OPTHans-Christian Egtvedt
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>
2008-09-10Applied patch from Michel Wilson to allow the cursor in the X root window toHamish Moffatt
be disabled. Unfortunately this is a compile-time option.
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-01xserver: fix typoPeter Korsgaard
2008-07-01xserver: disable xephyr/xnest/xvfb serversPeter Korsgaard
Disable development xephyr/xnest/xvfb servers (saves ~3MB).
2008-06-30xserver-xorg: select dbusPeter Korsgaard
xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig.
2008-06-30x11r7: bump xserver versionPeter Korsgaard
Based on googlecode r561 by John Voltz.
2008-06-30mesa: bump versionPeter Korsgaard
Based on googlecode r559 by John Voltz.
2008-06-30packages: fix xorg to compile modular and tiny versionsPeter Korsgaard
Based on googlecode r558 by John Voltz.
2008-05-01fix broken patchJohn Voltz
2008-05-01patch for xserver tslib supportJohn Voltz
2008-04-24some fixes for XJohn Voltz
2008-03-06updated xorg to version 7.3 and added all of the fontsJohn Voltz
2007-09-29- extend AUTOTARGETS with an argument DIR_PREFIX for the location of the packageBernhard Reutner-Fischer
(Ivan Kuten)
2007-09-12Update various packages to make X runUlf Samuelsson
2007-08-23- fix misplaced @Bernhard Reutner-Fischer
- fix typos in x11r7 packages
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-10Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn'tEric Andersen
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.