mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
meson: Fix libshadow.so linkage
Don't link against fb, it's the driver's responsibility to load that first. Underlinking like this is unpleasant but this matches what autotools does. Fixes: xorg/xserver#540
This commit is contained in:
committed by
Adam Jackson
parent
a8d9ebeb43
commit
a530b6e892
@@ -34,7 +34,7 @@ shared_module(
|
|||||||
c_args: xorg_c_args,
|
c_args: xorg_c_args,
|
||||||
dependencies: common_dep,
|
dependencies: common_dep,
|
||||||
link_whole: libxserver_miext_shadow,
|
link_whole: libxserver_miext_shadow,
|
||||||
link_with: [fb, e],
|
link_with: e,
|
||||||
|
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: module_dir,
|
install_dir: module_dir,
|
||||||
|
|||||||
Reference in New Issue
Block a user