summaryrefslogtreecommitdiffstats
path: root/meta/packages/xcb/xcb-proto_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* xcb-proto: support building native packages of each versionJoshua Lock2010-01-061-3/+1
| | | | | | | Move the BBCLASSEXTEND="native" to the inc file from the git recipe. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* xcb-proto: Drop custom staging functionRichard Purdie2009-11-131-4/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xcb-proto: Convert to BBCLASSEXTENDRichard Purdie2009-11-131-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xcb-proto: added GIT versionMarcin Juszkiewicz2008-10-141-4/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5495 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xcb-proto: Fix -dev and -dbg dependenciesRichard Purdie2008-09-251-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5274 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg2008-09-221-0/+13
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