mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 12:18:09 +02:00
Xorg: Link XKB DDX library after core server libs
libxorgxkb.a contains a number of libraries which are used by XKB action
code to call back into the DDX, e.g. for VT switching, termination, grab
breaking, et al. Make sure libxkb.a comes first in the link order, so
it can mark XkbDDX* as used in order for the linker to not discard them.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit 67953d6975)
This commit is contained in:
parent
7b7db8ced2
commit
ce106ae299
1 changed files with 1 additions and 1 deletions
|
|
@ -54,8 +54,8 @@ LOCAL_LIBS = \
|
|||
ramdac/libramdac.la \
|
||||
ddc/libddc.la \
|
||||
i2c/libi2c.la \
|
||||
dixmods/libxorgxkb.la \
|
||||
$(XORG_LIBS) \
|
||||
dixmods/libxorgxkb.la \
|
||||
$(top_builddir)/mi/libmi.la \
|
||||
$(top_builddir)/os/libos.la
|
||||
Xorg_LDADD = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue