mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00
libva: add libxfixes to DEPENDS
Fixes [BUGID #716] Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
a8621f9a66
commit
bbb02ae3eb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user