Hi Matt, You were 100% correct. This resolved the issue
lvgl_opt_var = cmake.subproject_options() lvgl_opt_var.add_cmake_defines( { 'CMAKE_VERBOSE_MAKEFILE' : true, 'CMAKE_C_FLAGS' : '-DEGL_NO_X11 -Ulinux', 'CMAKE_CXX_FLAGS' : '-DEGL_NO_X11 -Ulinux', 'LV_CONF_PATH' : meson.current_source_dir() + '/lv_conf.h', }) lvgl = cmake.subproject('lvgl', options : lvgl_opt_var) Thanks!
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64426): https://lists.yoctoproject.org/g/yocto/message/64426 Mute This Topic: https://lists.yoctoproject.org/mt/110017878/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-