summaryrefslogtreecommitdiffstats
path: root/meta/packages/xcb
Commit message (Collapse)AuthorAgeFilesLines
* autotools: deprecate autotools_stage classJoshua Lock2010-04-271-1/+1
| | | | | | | | | Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libxcb: add xcb-proto-native to DEPENDSJoshua Lock2010-01-061-2/+2
| | | | | | | A code generation tool used during build is run using the native Python and needs a module built by xcb-proto. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* xcb-proto: support building native packages of each versionJoshua Lock2010-01-063-5/+6
| | | | | | | 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-133-15/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xcb-proto: Convert to BBCLASSEXTENDRichard Purdie2009-11-132-15/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Restore libxcb 1.1.91 and xcb-proto 1.2 for nowRichard Purdie2009-07-022-0/+8
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scb-proto: 1.2 -> 1.5Richard Purdie2009-06-302-4/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libxcb: 1.1.91 -> 1.3Richard Purdie2009-06-302-8/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libxcb: Add xcb-proto-native to DEPENDSRichard Purdie2009-01-172-2/+2
|
* xcb-proto: Add 1.3 (non-default)Richard Purdie2009-01-161-0/+4
|
* libxcb: Add 1.1.91 and 1.1.93 versions to replace 1.0. .93 can't be default ↵Richard Purdie2009-01-162-0/+8
| | | | as the xserver doesn't support it yet
* bitbake.conf: Rename DEBPV to EXTENDPV to sync up with OERichard Purdie2009-01-022-2/+2
|
* classes/autotools_stage.bbclass: Add autotools_stage class to simplify ↵Richard Purdie2008-12-302-10/+2
| | | | recipes using standard autotools
* xcb-proto-native: added to get libxcb buildableMarcin Juszkiewicz2008-10-141-0/+15
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5496 311d38ba-8fff-0310-9ca6-ca027cbcb966
* 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
* libxcb: added GIT versionMarcin Juszkiewicz2008-10-141-3/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5494 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Various X package updates to deal with XInput.h being removed inRobert Bragg2008-10-142-4/+4
| | | | | | | | | | | the latest inputproto package. Updates libx11, libxext, libxext-sdk, libxi, xcb-proto and libxcb Note: There is a still a xcb build issue that needs investigating with these updated packages. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5489 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libxcb.inc: Fix bogus reference to STAGING_DIR/HOST_SYSRichard Purdie2008-09-293-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5321 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libpthread-stubs: Fix -dev and -dbg dependenciesMarcin Juszkiewicz2008-09-261-0/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5291 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xcb-proto: Fix -dev and -dbg dependenciesRichard Purdie2008-09-253-2/+4
| | | | 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-228-0/+135
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