summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver
Commit message (Collapse)AuthorAgeFilesLines
...
* xserver-xf86: explicitly disable fop document generationJoshua Lock2011-04-041-0/+1
| | | | | | | (From OE-Core rev: 21f2fc95890d00eb4c1cc88b50332444fc371f56) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Remove all comments from multiline expressions (as mentioned in bug #704)Richard Purdie2011-02-223-12/+13
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-kdrive.inc: add openssl to DEPENDSScott Garman2011-02-092-2/+2
| | | | | | | This fixes the following configure error: No suitable SHA1 implementation found Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* xserver-xf86-dri-lite: upgrade to 1.9.3Yu Ke2011-01-181-2/+2
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xserver-xf86-common: Remove COMPATIBLE_HOST as it was wrong solutionSaul Wold2011-01-071-1/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver: Add COMPATIBLE_MACHINESaul Wold2011-01-061-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-kdrive: add DEPENDS for libdrmSaul Wold2011-01-021-2/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-xf86: fix LIC_FILES_CHKSUM spelling and locationSaul Wold2010-12-262-2/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-kdrive: Add missing DEPENDS on pixmanRichard Purdie2010-12-251-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-kdrive: add LIC_FILES_CHKSUMSaul Wold2010-12-241-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-xf86: Add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-xf86-config: add license checksumYu Ke2010-12-091-0/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xserver-xf86-dri-lite: upgrade from 1.9.0 rc4 to 1.9.2Yu Ke2010-11-221-1/+4
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart2010-10-081-0/+0
| | | | | | | | | | | | In preparation for the more generic atom-pc, rename the netbook machine and all the relevant overrides. Leave the linux-netbook kernel recipe intact and as the default kernel for the atom-pc machine. A future patch will convert this over to linux-wrs and likely remove the linux-netbook kernel recipe. Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-2769-0/+5000
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>