summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/libva/libva.inc
Commit message (Collapse)AuthorAgeFilesLines
* meta-intel: add PROVIDES for extra packages provided by libvaTom Zanussi2011-12-221-11/+31
| | | | | | | | | | | | | | | | | | libva provides some extra packages such as libva-glx. Add PROVIDES for them so the rest of the build system knows about it. We also need to add the dependency relationships between libva, libva-x11, and libva-glx. Also remove the bogus RDEPENDS on the display components. Also libva-glx depends on mesa-dri - if it's not there, libva-glx won't be built. Also, add missing -dev and -dbg packaging. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* libva: upgrade to 1.0.12 and factor out common settingsTom Zanussi2011-12-011-0/+41
EMGD 1.8 requires libva-1.0.12, so upgrade to that version, and we don't actually need the 1.0.10 recipe, so remove it. This also adds -dbg and -dev packaging fixes to fix QA problems, removes some unnecessary settings, updates checksums, etc. Also create and use a common libva.inc, as we'll soon be adding a more updated version of libva to the current version. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>