mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +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"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=efc13a0998e678466e556756613c582e"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=efc13a0998e678466e556756613c582e"
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
DEPENDS = "libxext"
|
DEPENDS = "libxfixes libxext"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user