summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-lib
Commit message (Collapse)AuthorAgeFilesLines
...
* libxft, libxrender, renderproto: move native BBCLASSEXTENDs to oe-coreMartin Jansa2011-10-042-2/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libx11: skip self if x11 not in DISTRO_FEATURESAnders Darander2011-08-161-0/+5
| | | | | | | | | | | | | This stops (most) x11 packages leaking into a non-x11 distro by mistake. Signed-off-by: Phil Blundell <philb@gnu.org> The patch was imported from the oe-core git server (git://git.openembedded.org/openembedded-core) as of commit id 2f94ff4fdb66755ba2448794baea19315ff96273. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Drop PRIORITY variablePaul Eggleton2011-07-141-1/+0
| | | | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* pixman: update to 0.22.2Koen Kooi2011-07-095-2/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libxfixes, util-macros: drop from meta-oe, now they are in oe-coreMartin Jansa2011-05-101-22/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman.inc: use Xorg mirrorOtavio Salvador2011-05-101-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pixman 0.22.0: drop unused file from checksumsKoen Kooi2011-05-091-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: update to 0.22.0 - latest stableKoen Kooi2011-05-0910-455/+41
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libx11_1.4.3.bb: Remove --without-xcbKhem Raj2011-04-292-11/+5
| | | | | | | | --without-xcb is no longer supported and that made a lot of difference in different BBCLASSEXTENDED recipes. It can be unified now Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libx11: drop older version 1.4.1Martin Jansa2011-04-183-60/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman: drop older version 0.20.0Martin Jansa2011-04-1810-996/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-graphics: remove xorg recipes which were upgraded to same versions ↵Martin Jansa2011-04-183-76/+0
| | | | | | | | in oe-core * be aware that PR went backwards in some cases, due to INC_PR in our recipes :/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxrender: it was upgraded in oe-core, keep only .bbappend with BBCLASSEXTENDMartin Jansa2011-04-182-17/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxft: add native and nativesdk BBCLASSEXTENDMartin Jansa2011-04-181-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-1017-5/+363
| | | | * tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-1723-0/+1891
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>