b_lundef was overriden for the RDP backend since it triggered linking
errors due to functions that were defined in a missing dependency. This
issue was fixed, so the override is removed. The global project's
linker parameters are now applied to the RDP backend.
Signed-off-by: Guillaume Champagne <champagne.guillaume.c@gmail.com>
include_directories: common_inc,
dependencies: deps_rdp,
name_prefix: '',
- override_options: [ 'b_lundef=false' ],
install: true,
install_dir: dir_module_libweston
)