summaryrefslogtreecommitdiff
path: root/meta/packages/xcb
AgeCommit message (Collapse)AuthorFiles
2010-07-23xcb-util: add the latest version 0.3.6Dexuan Cui2
startup-notification_0.10 depends on xcb-util, so I add this package. xcb-util.inc and xcb-util_0.3.6.bb are based on recipes from OpenEmbedded; The changes I made are: updating HOMEPAGE,BUGTRACKER,LICENSE and LIC_FILES_CHKSUM, and changing "include xcb-util.inc" to "require xcb-util.inc", and using the latest version 0.3.6. add gperf dependency and remove do_staging Signed-off-by: Saul Wold <Saul.Wold@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-07-07libpthread-stubs: upgrade to version 0.3Qing He1
from 0.1 Signed-off-by: Qing He <qing.he@intel.com>
2010-07-02libpthread-stubs: fix metadataQing He1
add bugtracker, update license Signed-off-by: Qing He <qing.he@intel.com>
2010-06-30libxcb: upgrade to the latest version 1.6Dexuan Cui3
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-30xcb-proto: upgrade to the latest version 1.6Dexuan Cui3
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-04-27autotools: deprecate autotools_stage classJoshua Lock1
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>
2010-01-06libxcb: add xcb-proto-native to DEPENDSJoshua Lock1
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>
2010-01-06xcb-proto: support building native packages of each versionJoshua Lock3
Move the BBCLASSEXTEND="native" to the inc file from the git recipe. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2009-11-13xcb-proto: Drop custom staging functionRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13xcb-proto: Convert to BBCLASSEXTENDRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-02Restore libxcb 1.1.91 and xcb-proto 1.2 for nowRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-30scb-proto: 1.2 -> 1.5Richard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-30libxcb: 1.1.91 -> 1.3Richard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-17libxcb: Add xcb-proto-native to DEPENDSRichard Purdie2
2009-01-16xcb-proto: Add 1.3 (non-default)Richard Purdie1
2009-01-16libxcb: Add 1.1.91 and 1.1.93 versions to replace 1.0. .93 can't be default ↵Richard Purdie2
as the xserver doesn't support it yet
2009-01-02bitbake.conf: Rename DEBPV to EXTENDPV to sync up with OERichard Purdie2
2008-12-30classes/autotools_stage.bbclass: Add autotools_stage class to simplify ↵Richard Purdie2
recipes using standard autotools
2008-10-14xcb-proto-native: added to get libxcb buildableMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5496 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-14xcb-proto: added GIT versionMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5495 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-14libxcb: added GIT versionMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5494 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-14Various X package updates to deal with XInput.h being removed inRobert Bragg2
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
2008-09-29libxcb.inc: Fix bogus reference to STAGING_DIR/HOST_SYSRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5321 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-26libpthread-stubs: Fix -dev and -dbg dependenciesMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5291 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-25xcb-proto: Fix -dev and -dbg dependenciesRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5274 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-22Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg8
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