mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
intel-vaapi-driver: fix meson build
Change the configure strings to satisfy meson. | meson.build:1:0: ERROR: Value "false" for combo option is not one of the choices. Possible choices are: "yes", "no", "auto". Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
658366aa13
commit
be73afe9fe
|
@ -25,8 +25,8 @@ REQUIRED_DISTRO_FEATURES = "opengl"
|
|||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "opengl wayland", "wayland", "", d)}"
|
||||
PACKAGECONFIG[x11] = "-Dwith_x11=yes, -Dwith_x11=false"
|
||||
PACKAGECONFIG[wayland] = "-Dwith_wayland=yes, -Dwith_wayland=false, wayland wayland-native virtual/egl"
|
||||
PACKAGECONFIG[x11] = "-Dwith_x11=yes, -Dwith_x11=no"
|
||||
PACKAGECONFIG[wayland] = "-Dwith_wayland=yes, -Dwith_wayland=no, wayland wayland-native virtual/egl"
|
||||
|
||||
FILES_${PN} += "${libdir}/dri/*.so"
|
||||
FILES_${PN}-dev += "${libdir}/dri/*.la"
|
||||
|
|
Loading…
Reference in New Issue
Block a user