Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-10 | Applied patch from Michel Wilson to allow the cursor in the X root window to | Hamish Moffatt | |
be disabled. Unfortunately this is a compile-time option. | |||
2008-09-07 | xapp_xman: fix paths | Peter Korsgaard | |
Patch by Markus Heidelberg <markus.heidelberg@web.de> | |||
2008-08-27 | x11r7: fix long help text lines | Peter Korsgaard | |
2008-08-26 | Move pixman from package/x11r7/pixman to package/pixman | Daniel Laird | |
Means we can now bounce cairo to 1.6.x series. pixman is not dependant on x libraries what so over so removed the dependencies section. Daniel Laird | |||
2008-08-22 | openchrome: fix install | Peter Korsgaard | |
Closes #4674. | |||
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-07-10 | Use correct include dir syntax for xcursor-xthemes | Ulf Samuelsson | |
2008-07-01 | xserver: fix typo | Peter Korsgaard | |
2008-07-01 | xserver: disable xephyr/xnest/xvfb servers | Peter Korsgaard | |
Disable development xephyr/xnest/xvfb servers (saves ~3MB). | |||
2008-06-30 | libXt: don't install host makestrs in target | Peter Korsgaard | |
2008-06-30 | xserver-xorg: select dbus | Peter Korsgaard | |
xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig. | |||
2008-06-30 | x1157: add XGI video driver | Peter Korsgaard | |
Based on googlecode r575 by Thiago Correa. | |||
2008-06-30 | x11r7: bump xserver version | Peter Korsgaard | |
Based on googlecode r561 by John Voltz. | |||
2008-06-30 | x11r7: fix install to target for drivers | Peter Korsgaard | |
Based on googlecode r560 by John Voltz. | |||
2008-06-30 | mesa: bump version | Peter Korsgaard | |
Based on googlecode r559 by John Voltz. | |||
2008-06-30 | pixman: bump version | Peter Korsgaard | |
Based on googlecode r507 by Arnar Mar Sigurdsson. | |||
2008-06-30 | packages: fix xorg to compile modular and tiny versions | Peter Korsgaard | |
Based on googlecode r558 by John Voltz. | |||
2008-06-30 | x11r7: add intel xorg video driver | Peter Korsgaard | |
Based on googlecode r552 by John Voltz. | |||
2008-06-30 | x11r7: update xorg driver versions to match with X11R7.3 | Peter Korsgaard | |
Based on googlecode r551 by John Voltz | |||
2008-06-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-05-01 | fix broken patch | John Voltz | |
2008-05-01 | remove libdir-la.patch, handled by Makefile.autotools.in | John Voltz | |
2008-05-01 | patch for xserver tslib support | John Voltz | |
2008-04-24 | some fixes for X | John Voltz | |
2008-04-01 | buildroot: additional -clean target fixes | Peter Korsgaard | |
Patch by Hebbar. | |||
2008-03-08 | added missing patch | John Voltz | |
2008-03-08 | added missing patch for libX11 | John Voltz | |
2008-03-06 | fixed pixman install | John Voltz | |
2008-03-06 | updated xorg to version 7.3 and added all of the fonts | John Voltz | |
2007-09-29 | - add a hopefully not whitespace-damaged patch, second take. (Ivan Kuten) | Bernhard Reutner-Fischer | |
2007-09-29 | - remove SUSv3 LEGACY function | Bernhard Reutner-Fischer | |
2007-09-29 | - extend AUTOTARGETS with an argument DIR_PREFIX for the location of the package | Bernhard Reutner-Fischer | |
(Ivan Kuten) | |||
2007-09-12 | Update various packages to make X run | Ulf Samuelsson | |
2007-09-01 | - Only include the XORG7 makefiles if we were asked to build any xorg package | Bernhard Reutner-Fischer | |
2007-08-23 | - fix misplaced @ | Bernhard Reutner-Fischer | |
- fix typos in x11r7 packages | |||
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-22 | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | |
2007-08-11 | Use package/libdrm instead of package/x11r7/libdrm | Ulf Samuelsson | |
2007-08-11 | Correct mesa3d-source, use correct patch directory | Ulf Samuelsson | |
2007-08-11 | doh, missed a spot | Eric Andersen | |
2007-08-10 | Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't | Eric 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. |