configure: use the correct header for the fallback libxext check

Signed-off-by: James Almer <jamrial@gmail.com>
pull/359/head
James Almer 4 years ago
parent 395d9ad00a
commit cdbf2fc3e4
  1. 2
      configure

2
configure vendored

@ -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 ||

Loading…
Cancel
Save