]> code.ossystems Code Review - openembedded-core.git/commitdiff
libva: add libxfixes to DEPENDS
authorSaul Wold <sgw@linux.intel.com>
Mon, 14 Feb 2011 13:30:18 +0000 (05:30 -0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 14 Feb 2011 13:33:19 +0000 (05:33 -0800)
Fixes [BUGID #716]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta-emenlow/recipes-graphics/libva/libva_0.31.0.bb

index a3164098769021a0a83afc6a8de9f08487ab0534..449a44f773c0ee716658cdf56f697db331503e34 100644 (file)
@@ -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