backend-rdp: enable undefined functions errors.
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>
This commit is contained in:
committed by
Pekka Paalanen
parent
7f42b350de
commit
467e6b9883
@@ -37,7 +37,6 @@ plugin_rdp = shared_library(
|
|||||||
include_directories: common_inc,
|
include_directories: common_inc,
|
||||||
dependencies: deps_rdp,
|
dependencies: deps_rdp,
|
||||||
name_prefix: '',
|
name_prefix: '',
|
||||||
override_options: [ 'b_lundef=false' ],
|
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: dir_module_libweston
|
install_dir: dir_module_libweston
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user