[PATCH v2 01/42] Xorg: Link XKB DDX library after core server libs

Peter Hutterer peter.hutterer at who-t.net
Tue Dec 6 15:36:51 PST 2011


On Fri, Dec 02, 2011 at 11:27:09AM +0000, Daniel Stone wrote:
> 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 at fooishbar.org>
> ---
>  hw/xfree86/Makefile.am |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> v2: New.
> 
> diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
> index 4f08772..38ac73c 100644
> --- a/hw/xfree86/Makefile.am
> +++ b/hw/xfree86/Makefile.am
> @@ -56,8 +56,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 = \
> -- 
> 1.7.7.3

yeah, I guess.
Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>

Cheers,
  Peter


More information about the xorg-devel mailing list