From bbb02ae3eb73016483f9ed13b31fe3c6278985a9 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 16 Feb 2011 18:45:35 -0800 Subject: libva: add libxfixes to DEPENDS Fixes [BUGID #716] Signed-off-by: Saul Wold --- meta-emenlow/recipes-graphics/libva/libva_0.31.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-emenlow') 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=efc13a0998e678466e556756613c582e" PR = "r1" -DEPENDS = "libxext" +DEPENDS = "libxfixes libxext" inherit autotools -- cgit v1.2.3-54-g00ecf