summaryrefslogtreecommitdiffstats
path: root/package/x11r7/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* xorg: remove useless configuration commentThomas Petazzoni2009-07-171-4/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorg: reindent configuration option detailsThomas Petazzoni2009-07-171-9/+8
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorg: reorganize the selection of the X.org server typeThomas Petazzoni2009-07-171-3/+28
| | | | | | | | | | | The selection of the X.org server type was really strange. The user had to select between none, tinyx and modular. Now, the menuconfig interface display a single item for X.org, that can be selected/unselected. This entry contains a submenu, that allows to select the type of the X.org server (tinyX or modular) and that allows (as before) to enable/disable X.org libraries, drivers, etc. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-181-1/+0
| | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
* x11r7: update to 7.4Peter Korsgaard2009-03-141-28/+13
| | | | | | Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me.
* x11r7: make xman and xcb-util visible in KconfigPeter Korsgaard2009-01-311-0/+2
| | | | Signed-off-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-261-1/+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
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* x1157: add XGI video driverPeter Korsgaard2008-06-301-0/+1
| | | | Based on googlecode r575 by Thiago Correa.
* packages: fix xorg to compile modular and tiny versionsPeter Korsgaard2008-06-301-1/+3
| | | | Based on googlecode r558 by John Voltz.
* x11r7: update xorg driver versions to match with X11R7.3Peter Korsgaard2008-06-301-0/+1
| | | | Based on googlecode r551 by John Voltz
* updated xorg to version 7.3 and added all of the fontsJohn Voltz2008-03-061-1/+39
|
* Use package/libdrm instead of package/x11r7/libdrmUlf Samuelsson2007-08-111-1/+0
|
* Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn'tEric Andersen2007-08-101-0/+282
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.