aboutsummaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-02-14 05:30:18 -0800
committerSaul Wold <sgw@linux.intel.com>2011-02-14 05:33:19 -0800
commitc600ea7bac40c8e861541339848a274a98c38eb2 (patch)
treed3ff6edd4040e46b239ddcd4402de357484d948a /meta-emenlow
parente95ab29d3b47fab6f10c317f5ac4ca8f3012cbac (diff)
downloadopenembedded-core-contrib-c600ea7bac40c8e861541339848a274a98c38eb2.tar.gz
libva: add libxfixes to DEPENDS
Fixes [BUGID #716] Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r--meta-emenlow/recipes-graphics/libva/libva_0.31.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-emenlow/recipes-graphics/libva/libva_0.31.0.bb b/meta-emenlow/recipes-graphics/libva/libva_0.31.0.bb
index a316409876..449a44f773 100644
--- a/meta-emenlow/recipes-graphics/libva/libva_0.31.0.bb
+++ b/meta-emenlow/recipes-graphics/libva/libva_0.31.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Video Acceleration (VA) API for Linux"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=efc13a0998e678466e556756613c582e"
PR = "r1"
-DEPENDS = "libxext"
+DEPENDS = "libxfixes libxext"
inherit autotools