diff --git a/hw/xfree86/dixmods/meson.build b/hw/xfree86/dixmods/meson.build index 835d23215..0562b630f 100644 --- a/hw/xfree86/dixmods/meson.build +++ b/hw/xfree86/dixmods/meson.build @@ -34,7 +34,7 @@ shared_module( c_args: xorg_c_args, dependencies: common_dep, link_whole: libxserver_miext_shadow, - link_with: [fb, e], + link_with: e, install: true, install_dir: module_dir,