diff options
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_winsys.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_winsys.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/vl/vl_winsys.h b/src/gallium/auxiliary/vl/vl_winsys.h index a433f1b7fbb..642f0108d02 100644 --- a/src/gallium/auxiliary/vl/vl_winsys.h +++ b/src/gallium/auxiliary/vl/vl_winsys.h @@ -26,9 +26,7 @@ **************************************************************************/ /* - * vl targets use either a dri or sw based winsys backend, so their - * Makefiles directly refer to either vl_winsys_dri.c or vl_winsys_xsp.c. - * Both files implement the interface described in this header. + * Target makefiles directly refer to vl_winsys_dri.c to avoid DRI dependency */ #ifndef vl_winsys_h |