-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I was trying to build VVAS 3.0 using 2022.2 sdk & notice this warning:
...
The Meson build system
Version: 0.58.1
Source dir: /home/nhphuong/projects/KV260_2022.2/VVAS/vvas-accel-sw-libs
Build dir: /home/nhphuong/projects/KV260_2022.2/VVAS/vvas-accel-sw-libs/build
Build type: cross build
WARNING: Unknown options: "vvas_core_utils"
The value of new options can be set with:
meson setup <builddir> --reconfigure -Dnew_option=new_value ...
Project name: vvas-accel-sw-libs
Project version: 3.0.0
...If anyone want to fix it, you can add line below to file vvas-accel-sw-libs/meson_options.txt
option('vvas_core_utils', type : 'string', value : 'GLIB')
Metadata
Metadata
Assignees
Labels
No labels