mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-22 15:00:04 +01:00
* configure.ac: re-sort Kdrive libs so that symbols get properly resolved.
Basically, all some libs are present in both $KDRIVE_LIBS and $XSERVER_LIBS,
and some libs orders are not correct. So I made sure Kdrive servers don't have
to link against $KDRIVE_LIBS *and* $XSERVER_LIBS. They just have to link
against $KDRIVE_LIBS now.
* hw/kdrive/*/Makefile.am: update those makefile to reflect the change in configure.ac
|
||
|---|---|---|
| .. | ||
| ati.c | ||
| ati.h | ||
| ati_cursor.c | ||
| ati_dma.c | ||
| ati_dma.h | ||
| ati_draw.c | ||
| ati_draw.h | ||
| ati_drawtmp.h | ||
| ati_dri.c | ||
| ati_dri.h | ||
| ati_dripriv.h | ||
| ati_microcode.c | ||
| ati_reg.h | ||
| ati_sarea.h | ||
| ati_stub.c | ||
| ati_video.c | ||
| Makefile.am | ||
| r128_blendtmp.h | ||
| r128_common.h | ||
| r128_composite.c | ||
| r128_sarea.h | ||
| radeon_common.h | ||
| radeon_composite.c | ||
| radeon_sarea.h | ||