xserver/hw/dmx/config
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
..
man Fix various spelling errors 2019-10-01 17:05:28 +00:00
.gitignore Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
Canvas.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
Canvas.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
CanvasP.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Makefile.am hw/dmx/config: Link directly with libdmxconfig.a 2021-06-25 18:54:46 +00:00
TODO
dmxcompat.c dmx: Silence unused variable warning in dmxcompat 2015-12-08 18:20:13 -05:00
dmxcompat.h
dmxconfig.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
dmxconfig.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxparse.c dmx: Silence a string truncation warning. 2018-04-05 14:18:44 -04:00
dmxparse.h Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
dmxprint.c dmx: move format strings inline so gcc can check 2015-02-10 18:14:44 -08:00
dmxprint.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxtodmx.c dmx: Silence lex/yacc-related config parser warnings 2015-12-08 18:20:00 -05:00
meson.build meson: Fix linking the dmx utilities 2017-04-27 15:19:31 -04:00
parser.y dmx: Silence lex/yacc-related config parser warnings 2015-12-08 18:20:00 -05:00
scanner.l dmx: Silence lex/yacc-related config parser warnings 2015-12-08 18:20:00 -05:00
test-a.in
test-a.out
test-b.in
test-b.out
test-c.in
test-c.out
test-d.in
test-d.out
test-e.in
test-e.out
test-f.in
test-f.out
test-g.in
test-g.out
test-h.in
test-h.out
test-i.in
test-i.out
test-j.in
test-j.out
test-k.in
test-k.out
test-l.in
test-l.out
vdltodmx.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xdmxconfig.c Fix building with `-fno-common` 2020-01-27 21:46:31 +00:00