[PATCH xserver 1/2] meson: Fix underlinkage of shadow loadable module
Jon Turney
jon.turney at dronecode.org.uk
Tue Oct 10 13:28:32 UTC 2017
Future work: probably some other modules are underlinked?
Signed-off-by: Jon Turney <jon.turney at dronecode.org.uk>
---
hw/xfree86/dixmods/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hw/xfree86/dixmods/meson.build b/hw/xfree86/dixmods/meson.build
index ffaf3ef86..06ca56862 100644
--- a/hw/xfree86/dixmods/meson.build
+++ b/hw/xfree86/dixmods/meson.build
@@ -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,
--
2.14.2
More information about the xorg-devel
mailing list