Fix Mesa warning that MESA_EGL_NO_X11_HEADERS is deprecated

The warning isn't printed when EGL_NO_X11 (the new macro) is defined.

Fixes: QTBUG-80042
Pick-To: 5.15
Change-Id: I99ab0f318b1c43b89888fffd160b5d99f94c8c9b
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
bb10
Thiago Macieira 2020-05-02 17:36:49 -07:00
parent d0c028e898
commit 64349c3fd5
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@
//
#ifdef QT_EGL_NO_X11
# ifndef EGL_NO_X11
# define EGL_NO_X11
# endif
# ifndef MESA_EGL_NO_X11_HEADERS
# define MESA_EGL_NO_X11_HEADERS // MESA
# endif