diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-09-10 23:51:36 +0000 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-09-18 08:14:30 -0500 |
| commit | 7ea54402355c82027a03a21ef21c0241ecc2d533 (patch) | |
| tree | 65c8f343436af0fb9d0fd8643b69ebea837ad92d /common | |
| parent | c58bf39c2e5e7fe10c26ab317ee9456b47e73818 (diff) | |
| download | meta-intel-7ea54402355c82027a03a21ef21c0241ecc2d533.tar.gz | |
libva: use virtual providers of the gl components
These components can come from either mesa recipe of some other
custom gl providers such as emgd recipe.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'common')
| -rw-r--r-- | common/recipes-multimedia/libva/libva.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-multimedia/libva/libva.inc b/common/recipes-multimedia/libva/libva.inc index 01766d26..021c71e2 100644 --- a/common/recipes-multimedia/libva/libva.inc +++ b/common/recipes-multimedia/libva/libva.inc | |||
| @@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" | |||
| 19 | 19 | ||
| 20 | INC_PR = "r1" | 20 | INC_PR = "r1" |
| 21 | 21 | ||
| 22 | DEPENDS = "libxext libxfixes libdrm mesa" | 22 | DEPENDS = "libxext libxfixes libdrm virtual/mesa virtual/libgles1 virtual/libgles2 virtual/egl" |
| 23 | 23 | ||
| 24 | inherit autotools pkgconfig | 24 | inherit autotools pkgconfig |
| 25 | 25 | ||
