Mon Aug 15 15:41:26 2005 Søren Sandmann <sandmann@redhat.com>

Link this module with libXext.la.
Mon Aug 15 14:56:57 2005 Søren Sandmann <sandmann@redhat.com>
Remove the xkb* files.
Add xkbVT.o and friends as the last things on the link line so they will
    override the symbols in libxkb.a. Add a comment on how this situation
    might not be considered ideal.
This commit is contained in:
Søren Sandmann Pedersen 2005-08-15 19:42:48 +00:00
parent 46aede552a
commit a6c8d0d71e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Aug 15 15:41:26 2005 Søren Sandmann <sandmann@redhat.com>
* hw/xfree86/dixmods/extmod/Makefile.am (libextmod_la_LIBADD):
Link this module with libXext.la.
Mon Aug 15 14:56:57 2005 Søren Sandmann <sandmann@redhat.com>
* hw/xfree86/dixmods/Makefile.am (libdixmods_la_SOURCES): Remove

View File

@ -26,3 +26,4 @@ libextmod_la_SOURCES = modinit.c \
xf86vmode.c \
vidmodeproc.h \
$(XV_SRCS)
libextmod_la_LIBADD = $(top_srcdir)/Xext/libXext.la