mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-03-12 15:50:39 +01:00
Remove warning about building composite
This commit is contained in:
parent
361f4259cc
commit
e880ca969c
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2006-02-10 David Reveman <davidr@novell.com>
|
||||
|
||||
* hw/xgl/xglscreen.c (xglScreenInit): Remove warning.
|
||||
|
||||
* configure.ac:
|
||||
* hw/xgl/Makefile.am:
|
||||
* hw/xgl/egl/Makefile.am:
|
||||
|
|
|
|||
|
|
@ -260,7 +260,6 @@ xglScreenInit (ScreenPtr pScreen)
|
|||
return FALSE;
|
||||
|
||||
#ifdef COMPOSITE
|
||||
#warning "composite building"
|
||||
if (!compScreenInit (pScreen))
|
||||
return FALSE;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue