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>
dev
Guillaume Champagne 5 years ago committed by Pekka Paalanen
parent 7f42b350de
commit 467e6b9883
  1. 1
      libweston/backend-rdp/meson.build

@ -37,7 +37,6 @@ plugin_rdp = shared_library(
include_directories: common_inc,
dependencies: deps_rdp,
name_prefix: '',
override_options: [ 'b_lundef=false' ],
install: true,
install_dir: dir_module_libweston
)

Loading…
Cancel
Save