summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-02-16 18:45:35 -0800
committerSaul Wold <sgw@linux.intel.com>2011-02-16 18:46:49 -0800
commitbbb02ae3eb73016483f9ed13b31fe3c6278985a9 (patch)
treec4a1def9b27a76647050905b23347a7111056212
parenta8621f9a66eb1aee34e946668ce7fa509b0b9177 (diff)
downloadmeta-intel-bbb02ae3eb73016483f9ed13b31fe3c6278985a9.tar.gz
libva: add libxfixes to DEPENDS
Fixes [BUGID #716] Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 a3164098..449a44f7 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"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://COPYING;md5=efc13a0998e678466e556756613c582e" 3LIC_FILES_CHKSUM = "file://COPYING;md5=efc13a0998e678466e556756613c582e"
4PR = "r1" 4PR = "r1"
5DEPENDS = "libxext" 5DEPENDS = "libxfixes libxext"
6 6
7inherit autotools 7inherit autotools
8 8