meson: Fix underlinkage of shadow loadable module

Future work: probably some other modules are underlinked?

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
This commit is contained in:
Jon Turney 2017-10-10 14:28:32 +01:00 committed by Adam Jackson
parent 10cba7d546
commit d43b1ca852

View File

@ -1,4 +1,4 @@
shared_module(
fb = shared_module(
'fb',
'fbmodule.c',
@ -32,6 +32,7 @@ shared_module(
c_args: xorg_c_args,
dependencies: common_dep,
link_whole: libxserver_miext_shadow,
link_with: fb,
install: true,
install_dir: module_dir,