mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user