mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 00:38:00 +02:00
Static objects before dynamic objects
This commit is contained in:
parent
b45f86f255
commit
3b8f24ef3b
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-04-03 David Reveman <davidr@novell.com>
|
||||
|
||||
* hw/xgl/Makefile.am (Xgl_LDADD): Static objects before dynamic
|
||||
objects (Hanno Boeck).
|
||||
|
||||
2006-03-31 David Reveman <davidr@novell.com>
|
||||
|
||||
* render/render.c (ProcRenderQueryPictFormats): Do not return YUV
|
||||
|
|
|
|||
|
|
@ -77,9 +77,9 @@ Xgl_SOURCES = \
|
|||
Xgl_LDADD = \
|
||||
libxgl.a \
|
||||
$(XORG_CORE_LIBS) \
|
||||
$(XSERVER_LIBS) \
|
||||
$(XGL_LIBS) \
|
||||
$(XGLMODULES_LIBS)
|
||||
$(XGLMODULES_LIBS) \
|
||||
$(XSERVER_LIBS)
|
||||
|
||||
Xgl_programs = Xgl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue