aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/libva/libva-gl/0001-disable-tests.patch
AgeCommit message (Collapse)Author
2018-11-13libva: upgrade to 2.1.0Awais Belal
This upgrades the libva integration to 2.1.0 while updating mesa and gstreamer1.0-vaapi to use the new created mechanism for circular dependency resolution between mesa and libva. These changes cannot be split for the same reason. The new dependency chain is libva-x11 -> mesa -> libva. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-31libva: add required packagesAwais Belal
This pulls in the latest available (1.6.2) libva package from meta-intel and modifies it in a way suitable for building for amdfalconx86 platform. libva is split into two packages (libva and libva-gl) to cope for a circular dependency that exists between mesa and libva. The libva-gl package that depends on mesa provides the gl (EGL and GLX) VA backends. Signed-off-by: Awais Belal <awais_belal@mentor.com>