configure: use the correct header for the fallback libxext check

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2021-07-15 16:52:35 -03:00
parent 395d9ad00a
commit cdbf2fc3e4
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -6200,7 +6200,7 @@ if enabled xlib; then
disable xlib
check_pkg_config xlib_xext xext "X11/Xlib.h X11/extensions/XShm.h" XShmAttach ||
check_lib xlib_xext "X11/Xlib.h X11/extensions/Xvlib.h" XShmAttach -lXext ||
check_lib xlib_xext "X11/Xlib.h X11/extensions/XShm.h" XShmAttach -lXext ||
disable xlib
check_pkg_config xlib_xv xv "X11/Xlib.h X11/extensions/Xvlib.h" XvGetPortAttribute ||