xserver-multidpi/hw
orbea b7adbac7d1 hw/dmx/config: Link directly with libdmxconfig.a
When building xserver with slibtool (https://dev.midipix.org/cross/slibtool)
the build will fail.

  /usr/bin/ld: cannot find -ldmxconfig

This is because xserver creates libdmxconfig.a internally and then links with
the linker flag -ldmxconfig. However according to automake documentation the
-lfoo linker flags should only be used for external dependencies and all
internal libraries should be linked with the libtool archive file (.la) or
the static archive (.a) when the former is not available.

GNU libtool is far more permissive and happens to silently obscure this issue
while slibtool fails because it instead sees '-L./.libs -ldmxconfig'.

Signed-off-by: Matt Turner <mattst88@gmail.com>
(cherry picked from commit 2531ee0245)
2021-06-26 21:29:23 +00:00
..
dmx hw/dmx/config: Link directly with libdmxconfig.a 2021-06-26 21:29:23 +00:00
kdrive Add ddxInputThread call from os layer into ddx layer 2020-01-13 22:25:39 +00:00
vfb Add ddxInputThread call from os layer into ddx layer 2020-01-13 22:25:39 +00:00
xfree86 xfree86: Fix NULL pointer dereference crash 2021-06-26 21:20:56 +00:00
xnest Add ddxInputThread call from os layer into ddx layer 2020-01-13 22:25:39 +00:00
xquartz xquartz: Ensure the mouse pointer is shown when switching to a native macOS alert or window 2021-06-14 22:26:43 +00:00
xwayland xwayland: Add PtrFeedback to the touch device 2021-06-08 08:02:37 +00:00
xwin Add ddxInputThread call from os layer into ddx layer 2020-01-13 22:25:39 +00:00
Makefile.am Xwayland DDX 2014-04-03 15:19:22 -07:00
meson.build meson: Move Xvfb build under an option. 2017-09-20 13:19:21 -04:00