summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-37/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* x86-64: Fix up COMPATIBLE_HOST defintions for x86-64Richard Purdie2010-07-271-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Fix RDEPENDS as RDEPENDS_PN is set and this overrides ↵Richard Purdie2009-10-141-1/+1
| | | | | | the base variable Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Use the virtual mesa dependency instead of hardcoded ↵Richard Purdie2009-04-141-1/+1
| | | | mesa-dri
* Adds support for GEM + DRI2Robert Bragg2008-10-131-7/+9
| | | | | | | | DRI2 is disabled by default though since running with metacity-clutter seems to cause a lock up. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5484 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-xf86-common: Fix PROVIDES to include PNRichard Purdie2008-09-291-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5322 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xserver-xf86-dri-lite.inc: Add COMPATIBLE_HOSTRichard Purdie2008-09-291-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5318 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg2008-09-221-0/+31
of kdrive and building mesa. It's a big commit and it's still rather rough around the edges, but there is a desire to get this in early so people can review the work and help polish the changes. Some of the notable bits: • DRI support in mesa and the X server. (configured in machine conf via MACHINE_DRI_MODULES variable) • XCB backend for xlib • A fairly lite X server build with lots of legacy modules disabled. I'm sure there is plenty of other fairly low hanging fruit if we want to put more effort into reducing the size of the xserver build. Currently the server build comes in @ ~2.3MB vs a kdrive fbdev server build @ ~1MB. E.g xaa could be made conditional to save ~320K. Of course the kdrive server doesn't include glx stuff, which is a pretty big chunk. Also thanks to hrw, since I nabbed a some patches from him for this, and RP, for various bits of Poky style advice. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5205 311d38ba-8fff-0310-9ca6-ca027cbcb966