summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/xorg-xserver/xserver-xorg-1.9.3.inc
Commit message (Collapse)AuthorAgeFilesLines
* meta-intel/common: fix ptr->int and Werror=address compile errors1.2_M2.rc11.2_M2.finalTom Zanussi2012-01-121-0/+5
| | | | | | | | | | | | | | | | | | A couple of things that had previously been warnings are now errors, so they need to be fixed up. The first problem is a comparison between the address of a static struct and NULL, which can never be valid. A different fix for this is upstream, which includes an API usage change; we don't need that to fix this problem. The second problem is a cast from pointer to integer in fbdevhw.c. This also is fixed upstream by removing the whole section of code which is bogus anyway, which is also done here. This also adds a missing PR to the xserver-xorg recipe. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: /common xserver-xorg name changeTom Zanussi2011-10-151-0/+15
xserver-xf86-dri-lite changed its name to xorg-xserver, so update the version in /common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>