mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
libva-intel-driver: Add wayland-native to DEPENDS list
Wayland-native is needed for header file generation, since the addition of Recipe Specific Sysroot, the needed wayland-scanner is not available Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
0c2da99419
commit
bb6021a093
|
|
@ -24,7 +24,7 @@ inherit autotools pkgconfig
|
|||
PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "opengl wayland", "wayland", "", d)}"
|
||||
PACKAGECONFIG[x11] = "--enable-x11,--disable-x11"
|
||||
PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland virtual/egl"
|
||||
PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland wayland-native virtual/egl"
|
||||
|
||||
FILES_${PN} += "${libdir}/dri/*.so"
|
||||
FILES_${PN}-dev += "${libdir}/dri/*.la"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user