Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-24 | mesa3d: fix makedepend arguments | Peter Korsgaard | |
Make sure makedepends only searches the gcc/staging dir, and not the host include dirs. | |||
2009-02-24 | mesa: use correct config file for arch | Peter Korsgaard | |
2009-02-24 | mesa3d: use MAKE1 instead of playing around with BR2_JLEVEL | Peter Korsgaard | |
2009-02-24 | xserver-xorg: select mesa3d in kconfig | Peter Korsgaard | |
xserver-xorg depends on mesa3d, so select it in kconfig as well. | |||
2009-02-10 | x11/video-xgi: fix vesa/xgi typo | Peter Korsgaard | |
Closes #95 | |||
2009-01-31 | x11r7: make xman and xcb-util visible in Kconfig | Peter Korsgaard | |
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | |||
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2008-12-22 | x11r7/xserver_xorg: breaks with shared cache | Peter Korsgaard | |
The package overrides CFLAGS, so disable shared cache. | |||
2008-12-22 | x11r7/liblbxutil: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | |
2008-12-22 | x11r7/libXt: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | |
2008-12-22 | x11r7/libX11: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-10-23 | x11r7/xkeyboard-config: select xkbcomp | Peter Korsgaard | |
xkeyboard-config uses xkbcomp at runtime, so select it. closes #5704. | |||
2008-10-23 | x11r7/xserver: select cursor font as well | Peter Korsgaard | |
Really closes #5684. | |||
2008-10-23 | x11r7/xserver: select misc font + font alias | Peter Korsgaard | |
Closes #5684. | |||
2008-10-22 | x11r7/xclock: don't force libiconv link | Peter Korsgaard | |
Closes #5654. | |||
2008-10-22 | x11r7/libFS susv3-legacy: update to what got applied upstream | Peter Korsgaard | |
For details, see: http://lists.freedesktop.org/archives/xorg/2008-October/039630.html | |||
2008-10-21 | x11r7/xserver: bump version | Peter Korsgaard | |
2008-10-21 | x11r7/xfs: bump version - fixes CVE-2007-4568 | Peter Korsgaard | |
For details, see: http://lists.freedesktop.org/archives/xorg-announce/2007-October/000416.html | |||
2008-10-21 | x11r7/libFS: use memcpy instead of bcopy | Peter Korsgaard | |
2008-10-20 | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | |
It's default now. | |||
2008-10-20 | x11r7/libXft: use install-strip for target install | Peter Korsgaard | |
Saves ~400 KB | |||
2008-10-20 | x11r7/libXext: use install-strip for target install | Peter Korsgaard | |
Saves ~400 KB | |||
2008-10-20 | x11r7/libXi: use install-strip for target install | Peter Korsgaard | |
Saves ~900 KB | |||
2008-10-20 | x11r7/libXfont: use install-strip for target install | Peter Korsgaard | |
Saves ~800 KB | |||
2008-10-19 | x11r7/xserver: use install-strip for target install | Peter Korsgaard | |
2008-10-19 | x11r7/libXt: don't install makestrs | Peter Korsgaard | |
Don't install makestrs in the first place, instead of removing it afterwards. Fixes cross-strip issue. | |||
2008-10-19 | x11r7/libXaw: use install-strip for target install | Peter Korsgaard | |
Saves ~3 MB | |||
2008-10-19 | x11r7/libXt: use install-strip for target install | Peter Korsgaard | |
Saves ~1.4 MB | |||
2008-10-19 | x11r7/libX11: use install-strip for target install | Peter Korsgaard | |
Saves ~11 MB | |||
2008-09-30 | xserver_xorg-server: fix missing backslash on end of CONF_OPT | Hans-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-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. |