Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x11r7/xserver_xorg: breaks with shared cache | Peter Korsgaard | 2008-12-22 | 1 | -0/+1 |
| | | | | The package overrides CFLAGS, so disable shared cache. | ||||
* | x11r7/liblbxutil: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -6/+6 |
| | |||||
* | x11r7/libXt: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -5/+5 |
| | |||||
* | x11r7/libX11: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -7/+7 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 6 | -9/+9 |
| | |||||
* | x11r7/xkeyboard-config: select xkbcomp | Peter Korsgaard | 2008-10-23 | 1 | -0/+1 |
| | | | | | | xkeyboard-config uses xkbcomp at runtime, so select it. closes #5704. | ||||
* | 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/xclock: don't force libiconv link | Peter Korsgaard | 2008-10-22 | 1 | -2/+0 |
| | | | | Closes #5654. | ||||
* | x11r7/libFS susv3-legacy: update to what got applied upstream | Peter Korsgaard | 2008-10-22 | 1 | -6/+12 |
| | | | | | For details, see: http://lists.freedesktop.org/archives/xorg/2008-October/039630.html | ||||
* | x11r7/xserver: bump version | Peter Korsgaard | 2008-10-21 | 1 | -1/+1 |
| | |||||
* | x11r7/xfs: bump version - fixes CVE-2007-4568 | Peter Korsgaard | 2008-10-21 | 1 | -1/+1 |
| | | | | | For details, see: http://lists.freedesktop.org/archives/xorg-announce/2007-October/000416.html | ||||
* | x11r7/libFS: use memcpy instead of bcopy | Peter Korsgaard | 2008-10-21 | 1 | -0/+69 |
| | |||||
* | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | 2008-10-20 | 8 | -15/+0 |
| | | | | It's default now. | ||||
* | x11r7/libXft: use install-strip for target install | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | Saves ~400 KB | ||||
* | x11r7/libXext: use install-strip for target install | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | Saves ~400 KB | ||||
* | x11r7/libXi: use install-strip for target install | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | Saves ~900 KB | ||||
* | x11r7/libXfont: use install-strip for target install | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | Saves ~800 KB | ||||
* | x11r7/xserver: use install-strip for target install | Peter Korsgaard | 2008-10-19 | 1 | -1/+1 |
| | |||||
* | x11r7/libXt: don't install makestrs | Peter Korsgaard | 2008-10-19 | 1 | -5/+1 |
| | | | | | Don't install makestrs in the first place, instead of removing it afterwards. Fixes cross-strip issue. | ||||
* | x11r7/libXaw: use install-strip for target install | Peter Korsgaard | 2008-10-19 | 1 | -0/+2 |
| | | | | Saves ~3 MB | ||||
* | x11r7/libXt: use install-strip for target install | Peter Korsgaard | 2008-10-19 | 1 | -0/+2 |
| | | | | Saves ~1.4 MB | ||||
* | x11r7/libX11: use install-strip for target install | Peter Korsgaard | 2008-10-19 | 1 | -1/+1 |
| | | | | Saves ~11 MB | ||||
* | 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. | ||||
* | xapp_xman: fix paths | Peter Korsgaard | 2008-09-07 | 1 | -1/+1 |
| | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | x11r7: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+3 |
| | |||||
* | Move pixman from package/x11r7/pixman to package/pixman | Daniel Laird | 2008-08-26 | 4 | -36/+0 |
| | | | | | | | | | 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 | ||||
* | openchrome: fix install | Peter Korsgaard | 2008-08-22 | 1 | -0/+2 |
| | | | | Closes #4674. | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 2 | -2/+2 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 290 | -290/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Use correct include dir syntax for xcursor-xthemes | Ulf Samuelsson | 2008-07-10 | 1 | -2/+2 |
| | |||||
* | 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). | ||||
* | libXt: don't install host makestrs in target | Peter Korsgaard | 2008-06-30 | 1 | -0/+4 |
| | |||||
* | 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. | ||||
* | x1157: add XGI video driver | Peter Korsgaard | 2008-06-30 | 3 | -0/+27 |
| | | | | Based on googlecode r575 by Thiago Correa. | ||||
* | x11r7: bump xserver version | Peter Korsgaard | 2008-06-30 | 1 | -1/+1 |
| | | | | Based on googlecode r561 by John Voltz. | ||||
* | x11r7: fix install to target for drivers | Peter Korsgaard | 2008-06-30 | 72 | -0/+73 |
| | | | | Based on googlecode r560 by John Voltz. | ||||
* | mesa: bump version | Peter Korsgaard | 2008-06-30 | 4 | -5/+440 |
| | | | | Based on googlecode r559 by John Voltz. | ||||
* | pixman: bump version | Peter Korsgaard | 2008-06-30 | 3 | -12/+12 |
| | | | | Based on googlecode r507 by Arnar Mar Sigurdsson. | ||||
* | packages: fix xorg to compile modular and tiny versions | Peter Korsgaard | 2008-06-30 | 84 | -146/+1225 |
| | | | | Based on googlecode r558 by John Voltz. | ||||
* | x11r7: add intel xorg video driver | Peter Korsgaard | 2008-06-30 | 2 | -0/+24 |
| | | | | Based on googlecode r552 by John Voltz. | ||||
* | x11r7: update xorg driver versions to match with X11R7.3 | Peter Korsgaard | 2008-06-30 | 18 | -37/+17 |
| | | | | Based on googlecode r551 by John Voltz | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -1/+1 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | fix broken patch | John Voltz | 2008-05-01 | 1 | -1/+3 |
| | |||||
* | remove libdir-la.patch, handled by Makefile.autotools.in | John Voltz | 2008-05-01 | 1 | -77/+0 |
| | |||||
* | patch for xserver tslib support | John Voltz | 2008-05-01 | 1 | -0/+9 |
| | |||||
* | some fixes for X | John Voltz | 2008-04-24 | 3 | -1/+9 |
| | |||||
* | buildroot: additional -clean target fixes | Peter Korsgaard | 2008-04-01 | 1 | -2/+2 |
| | | | | Patch by Hebbar. |