summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xserver_xorg-server/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* Make Mesa3D optional for X11Darius Augulis2010-05-011-2/+1
| | | | | | | [Peter: XF86DRIPROTO should only be selected if mesa is enabled] Signed-off-by: Darius Augulis <augulis.darius@gmail.com> Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove XEvIE (app & proto) as removed from X11R7.5Will Wagner2010-04-221-1/+0
| | | | | | | | [Peter: remove select from xserver Config.in] Signed-off-by: Will Wagner <will_wagner@carallon.com> Acked-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove XFree86-Misc (lib & proto) as removed from X11R7.5Will Wagner2010-04-221-2/+0
| | | | | | | | [Peter: also remove selects from affected Config.in's] Signed-off-by: Will Wagner <will_wagner@carallon.com> Acked-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver_xorg-server: bump version, improve option supportWill Wagner2010-04-221-17/+18
| | | | | | | | | | Later version of xserver no longer need configure hack to say where mesa3d is located. Signed-off-by: Will Wagner <will_wagner@carallon.com> Acked-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump xorg-server to 1.7.1Paulius Zaleckas2010-02-281-2/+1
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
* xorg server: remove dependenciesThomas Petazzoni2009-07-241-4/+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>
* xserver: mark as broken on avr32Peter Korsgaard2009-05-191-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver-xorg: libXtst not neededPeter Korsgaard2009-03-161-1/+0
|
* xserver-xorg: more optional dependenciesPeter Korsgaard2009-03-161-3/+0
|
* xserver-xorg: dbus is optionalPeter Korsgaard2009-03-161-1/+0
|
* xserver: 1.5.x needs openssl (for render sha functions)Peter Korsgaard2009-03-151-0/+1
|
* xserver_xorg: add options for builtin fonts and aiglxPeter Korsgaard2009-03-131-3/+15
| | | | Patch by Dan Lykowski <lykowdk@gmail.com>
* xserver-xorg: select mesa3d in kconfigPeter Korsgaard2009-02-241-0/+1
| | | | xserver-xorg depends on mesa3d, so select it in kconfig as well.
* x11r7/xserver: select cursor font as wellPeter Korsgaard2008-10-231-0/+1
| | | | Really closes #5684.
* x11r7/xserver: select misc font + font aliasPeter Korsgaard2008-10-231-0/+2
| | | | Closes #5684.
* Applied patch from Michel Wilson to allow the cursor in the X root window toHamish Moffatt2008-09-101-0/+6
| | | | | be disabled. Unfortunately this is a compile-time option.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* xserver-xorg: select dbusPeter Korsgaard2008-06-301-0/+1
| | | | xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig.
* updated xorg to version 7.3 and added all of the fontsJohn Voltz2008-03-061-1/+3
|
* Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn'tEric Andersen2007-08-101-0/+52
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.