1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

libva: add libxfixes to DEPENDS

Fixes [BUGID #716]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold
2011-02-14 05:30:18 -08:00
parent e95ab29d3b
commit c600ea7bac
@@ -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