summaryrefslogtreecommitdiffstats
path: root/package/x11r7
Commit message (Collapse)AuthorAgeFilesLines
* x11r7/libXft: use install-strip for target installPeter Korsgaard2008-10-201-0/+2
| | | | Saves ~400 KB
* x11r7/libXext: use install-strip for target installPeter Korsgaard2008-10-201-0/+2
| | | | Saves ~400 KB
* x11r7/libXi: use install-strip for target installPeter Korsgaard2008-10-201-0/+2
| | | | Saves ~900 KB
* x11r7/libXfont: use install-strip for target installPeter Korsgaard2008-10-201-0/+2
| | | | Saves ~800 KB
* x11r7/xserver: use install-strip for target installPeter Korsgaard2008-10-191-1/+1
|
* x11r7/libXt: don't install makestrsPeter Korsgaard2008-10-191-5/+1Star
| | | | | Don't install makestrs in the first place, instead of removing it afterwards. Fixes cross-strip issue.
* x11r7/libXaw: use install-strip for target installPeter Korsgaard2008-10-191-0/+2
| | | | Saves ~3 MB
* x11r7/libXt: use install-strip for target installPeter Korsgaard2008-10-191-0/+2
| | | | Saves ~1.4 MB
* x11r7/libX11: use install-strip for target installPeter Korsgaard2008-10-191-1/+1
| | | | Saves ~11 MB
* xserver_xorg-server: fix missing backslash on end of CONF_OPTHans-Christian Egtvedt2008-09-301-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 toHamish Moffatt2008-09-102-0/+13
| | | | | be disabled. Unfortunately this is a compile-time option.
* xapp_xman: fix pathsPeter Korsgaard2008-09-071-1/+1
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* x11r7: fix long help text linesPeter Korsgaard2008-08-271-1/+3
|
* Move pixman from package/x11r7/pixman to package/pixmanDaniel Laird2008-08-264-36/+0Star
| | | | | | | | | 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 installPeter Korsgaard2008-08-221-0/+2
| | | | Closes #4674.
* buildroot: remove trailing spacesPeter Korsgaard2008-08-042-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 Korsgaard2008-07-17290-290/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Use correct include dir syntax for xcursor-xthemesUlf Samuelsson2008-07-101-2/+2
|
* xserver: fix typoPeter Korsgaard2008-07-011-1/+1
|
* xserver: disable xephyr/xnest/xvfb serversPeter Korsgaard2008-07-011-3/+6
| | | | Disable development xephyr/xnest/xvfb servers (saves ~3MB).
* libXt: don't install host makestrs in targetPeter Korsgaard2008-06-301-0/+4
|
* xserver-xorg: select dbusPeter Korsgaard2008-06-301-0/+1
| | | | xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig.
* x1157: add XGI video driverPeter Korsgaard2008-06-303-0/+27
| | | | Based on googlecode r575 by Thiago Correa.
* x11r7: bump xserver versionPeter Korsgaard2008-06-301-1/+1
| | | | Based on googlecode r561 by John Voltz.
* x11r7: fix install to target for driversPeter Korsgaard2008-06-3072-0/+73
| | | | Based on googlecode r560 by John Voltz.
* mesa: bump versionPeter Korsgaard2008-06-304-5/+440
| | | | Based on googlecode r559 by John Voltz.
* pixman: bump versionPeter Korsgaard2008-06-303-12/+12
| | | | Based on googlecode r507 by Arnar Mar Sigurdsson.
* packages: fix xorg to compile modular and tiny versionsPeter Korsgaard2008-06-3084-146/+1225
| | | | Based on googlecode r558 by John Voltz.
* x11r7: add intel xorg video driverPeter Korsgaard2008-06-302-0/+24
| | | | Based on googlecode r552 by John Voltz.
* x11r7: update xorg driver versions to match with X11R7.3Peter Korsgaard2008-06-3018-37/+17Star
| | | | Based on googlecode r551 by John Voltz
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* fix broken patchJohn Voltz2008-05-011-1/+3
|
* remove libdir-la.patch, handled by Makefile.autotools.inJohn Voltz2008-05-011-77/+0Star
|
* patch for xserver tslib supportJohn Voltz2008-05-011-0/+9
|
* some fixes for XJohn Voltz2008-04-243-1/+9
|
* buildroot: additional -clean target fixesPeter Korsgaard2008-04-011-2/+2
| | | | Patch by Hebbar.
* added missing patchJohn Voltz2008-03-081-0/+47
|
* added missing patch for libX11John Voltz2008-03-081-0/+36
|
* fixed pixman installJohn Voltz2008-03-061-0/+2
|
* updated xorg to version 7.3 and added all of the fontsJohn Voltz2008-03-06337-470/+1515
|
* - add a hopefully not whitespace-damaged patch, second take. (Ivan Kuten)Bernhard Reutner-Fischer2007-09-301-3/+3
|
* - remove SUSv3 LEGACY functionBernhard Reutner-Fischer2007-09-291-0/+12
|
* - extend AUTOTARGETS with an argument DIR_PREFIX for the location of the packageBernhard Reutner-Fischer2007-09-29248-248/+248
| | | | (Ivan Kuten)
* Update various packages to make X runUlf Samuelsson2007-09-121-2/+2
|
* - Only include the XORG7 makefiles if we were asked to build any xorg packageBernhard Reutner-Fischer2007-09-011-1/+2
|
* - fix misplaced @Bernhard Reutner-Fischer2007-08-23203-203/+203
| | | | - fix typos in x11r7 packages
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-2228-52/+52
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-223-4/+4
|
* Use package/libdrm instead of package/x11r7/libdrmUlf Samuelsson2007-08-123-24/+0Star
|
* Correct mesa3d-source, use correct patch directoryUlf Samuelsson2007-08-111-2/+2
|