From c600ea7bac40c8e861541339848a274a98c38eb2 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 14 Feb 2011 05:30:18 -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(-) 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 -- cgit v1.2.3-54-g00ecf