]> code.ossystems Code Review - openembedded-core.git/commit
libva: Factor out base parts into an include file
authorZoltan Boszormenyi <zboszor@pr.hu>
Thu, 7 May 2020 13:32:58 +0000 (15:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 May 2020 17:55:43 +0000 (18:55 +0100)
commit3028a2194e9ade70840600867e38d8873f07a93f
treef293e3d7e98ee34b42a06476a7e66ad95e64e6ee
parent462e3f505217c9b9e0d2c1cbdafb0c8910bb6a59
libva: Factor out base parts into an include file

To enable the VAAPI state tracker and drivers in mesa, it needs
libva.pc and the libva headers. To enable GLX support in libva,
it needs mesa to be compiled first. At the recipe level, this
would create a circular dependency between libva and mesa.

This is a preparation step before introducing a new libva recipe
variant to break the circular dependency.

Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libva/libva.inc [new file with mode: 0644]
meta/recipes-graphics/libva/libva_2.6.1.bb