xserver-multidpi/hw/dmx
orbea 2531ee0245 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'.
2021-06-25 18:54:46 +00:00
..
config hw/dmx/config: Link directly with libdmxconfig.a 2021-06-25 18:54:46 +00:00
doc Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
doxygen dmx: Run 'doxygen -u' to upgrade the doxygen config file 2015-12-08 18:20:14 -05:00
examples dmx: example code should set a good example 2020-11-17 18:43:39 -08:00
glxProxy Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
input Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
man Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
.gitignore Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
dmx_glxvisuals.c glx: Correctly set render type enum 2013-10-24 11:16:30 -07:00
dmx_glxvisuals.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmx-config.h Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
dmx.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
dmx.h dmx: Remove ShadowFB support 2013-09-10 13:28:23 -04:00
dmxcb.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
dmxcb.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxclient.h Bunch of DMX warning fixes 2014-01-12 10:14:49 -08:00
dmxcmap.c Convert hw/dmx to new *allocarray functions 2015-04-21 16:58:08 -07:00
dmxcmap.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxcursor.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
dmxcursor.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxdpms.c dix: Lift DPMS to a screen hook 2017-03-27 15:59:42 -04:00
dmxdpms.h dix: Lift DPMS to a screen hook 2017-03-27 15:59:42 -04:00
dmxextension.c present: fix msc offset calculation in screen mode 2021-04-16 10:53:43 +00:00
dmxextension.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxfont.c dix: Switch to the libXfont2 API (v2) 2016-07-18 15:25:59 -04:00
dmxfont.h dmx: remove redundant declaration of dmxFontPrivateIndex from dmxfont.h 2015-02-10 18:14:44 -08:00
dmxgc.c Convert hw/dmx to new *allocarray functions 2015-04-21 16:58:08 -07:00
dmxgc.h dmx: constify GCOps & GCFuncs pointers 2015-02-10 18:14:45 -08:00
dmxgcops.c mi: Drop plane argument from miHandleExposures 2014-10-09 11:14:53 +02:00
dmxgcops.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
dmxinit.c present: fix msc offset calculation in screen mode 2021-04-16 10:53:43 +00:00
dmxinit.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxinput.c dix: Remove LegalModifier() 2018-09-28 16:25:17 -04:00
dmxinput.h dmx: Remove SIGIO input support here too 2016-06-08 11:36:31 -04:00
dmxlog.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
dmxlog.h dmx: Annotate dmxlog.c with _X_ATTRIBUTE_PRINTF and _X_NORETURN 2012-05-01 11:36:35 +10:00
dmxpict.c Unvalidated lengths 2017-10-10 23:33:34 +02:00
dmxpict.h Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
dmxpixmap.c dmx: Fix a read-from-uninitialized warning 2018-04-05 14:18:36 -04:00
dmxpixmap.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxprop.c dmx: Fix some snprintf warnings. 2018-04-05 14:18:31 -04:00
dmxprop.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxscrinit.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
dmxscrinit.h api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
dmxstat.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
dmxstat.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxsync.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
dmxsync.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxvisual.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxvisual.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxwindow.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
dmxwindow.h dix: Drop the third argument from WindowExposuresProcPtr 2014-10-09 11:14:44 +02:00
Makefile.am mi: List extensions in usage message 2021-01-29 12:52:09 +00:00
meson.build mi: List extensions in usage message 2021-01-29 12:52:09 +00:00