summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-proto
AgeCommit message (Collapse)AuthorFiles
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-02-11calibrateproto: Add missing length fields to X_RepliesRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-03xorg-proto: Always depend on util-macros, update gettext dependencies to be ↵Richard Purdie6
inherits Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-03xorg: Bulk version upgradesRichard Purdie28
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-12-17xorg-proto: add gettext to DEPENDS where requiredJoshua Lock7
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2009-11-04xorg: Fixup DEPENDS on util-macrosRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17Extend various packages to use nativesdk using BBCLASSEXTENDRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie10
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17inputproto: Add missing DEPENDS on util-macrosRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-14Various PR bumpsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-02xorg: Update to a buildable configurationRichard Purdie1
2009-07-02xextproto 7.0.4 -> 7.0.5Richard Purdie1
2009-07-02inputproto 1.5.0 -> 1.9.99.12Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-02xorg: Convert SRCREV -> SRCPVRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-30dri2proto_git: Update PVRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-04dri2proto: Fix strange filenameRichard Purdie1
Signed-off-by: Richard Purdie <richard@ted.(none)>
2009-01-16randrproto: 1.2.2 -> 1.2.99.3Richard Purdie2
2009-01-16dri2proto: 1.1 -> 1.99.3Richard Purdie1
2009-01-03xorg: Remove unneeded XORG_PN settings and replace some native/sdk recipes ↵Richard Purdie14
with BBCLASSEXTEND
2009-01-03native/sdk.bbclass: Handle DEPENDS and PROVIDES fields magically, remove a ↵Richard Purdie25
number of xorg sdk and native packages replacing with BBCLASSEXTEND
2009-01-02xorg-*common.inc: Use BPN instead of PNRichard Purdie1
2009-01-02bitbake.conf: Rename DEBPV to EXTENDPV to sync up with OERichard Purdie1
2008-12-31xextproto: Remove patch added upstream and now unneededRichard Purdie2
2008-12-31xorg-proto: Upgrade various packages to the latest releasesRichard Purdie18
2008-12-30classes/autotools_stage.bbclass: Add autotools_stage class to simplify ↵Richard Purdie1
recipes using standard autotools
2008-10-14xexproto: renamed directory to make xextproto-* workingMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5506 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-14xextproto: added patch from upstream GIT to unbreak xdpyinfo (and others)Marcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5502 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-13Adds support for GEM + DRI2Robert Bragg12
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
2008-09-22Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg4
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
2008-03-28printproto: upgraded to 1.0.4Marcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4145 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-06inputproto: upgrade to 1.4.3Marcin Juszkiewicz3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3963 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-06xproto: upgrade to 7.0.12Marcin Juszkiewicz3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3962 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-06renderproto: downgrade to 0.9.2 to unbreak xserver-kdriveMarcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3956 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-05xproto: upgrade sdk to 7.0.11Marcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3930 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-05xf86dgaproto: upgraded to 2.0.3Marcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3929 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-05inputproto: upgraded to 1.4.2.1Marcin Juszkiewicz3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3928 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-05renderproto: upgrade to 0.9.3Marcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3927 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-05xproto: upgraded to 7.0.11Marcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3926 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-05glproto: upgraded to 1.4.9Marcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3925 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-11calibrateproto: Switch to SRCREV, remove merged patchRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3762 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-11xorg-proto: Set some XORG_PN values explicitlyRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3733 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-17xorg-proto: Fix inherits of sdk versionsRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3510 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-17xorg-proto: Clean up various files and add sdk varients where neededRichard Purdie26
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3502 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13Fix PE handling in version stringsRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3141 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13xorg-proto-common.inc: PN is empty and isn't built, fix -dev and -dbg ↵Richard Purdie1
packages accordingly git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3137 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-01inputproto: updated to 1.4.2Marcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2273 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-01compositeproto: updated to 0.4Marcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2272 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-04xorg-proto: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS ↵Marcin Juszkiewicz45
lines, fixed order of fields - all native recipes use non-native as base - kbproto-native updated to 1.0.3 to match non-native one git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2098 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-04inputproto-native: dropped 1.3.2Marcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2097 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-03xorg-proto: fixed SRC_URIMarcin Juszkiewicz8
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2090 311d38ba-8fff-0310-9ca6-ca027cbcb966