backend-rdp: enable undefined functions errors.
authorGuillaume Champagne <champagne.guillaume.c@gmail.com>
Mon, 10 Feb 2020 16:35:21 +0000 (11:35 -0500)
committerPekka Paalanen <pq@iki.fi>
Thu, 5 Mar 2020 14:43:58 +0000 (14:43 +0000)
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>
libweston/backend-rdp/meson.build

index a033969e082b7730f64198f8e4c27fe600edb63f..95d9a83b498adc2d2bd0fad91a90354139845cd6 100644 (file)
@@ -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
 )