mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
qb: Do not check for x11 when using --disable-x11.
This commit is contained in:
parent
eaccab5237
commit
6ab2244a43
@ -395,16 +395,15 @@ fi
|
||||
|
||||
check_pkgconf V4L2 libv4l2
|
||||
check_pkgconf FREETYPE freetype2
|
||||
check_pkgconf X11 x11
|
||||
check_pkgconf XCB xcb
|
||||
|
||||
if [ "$OS" != 'Darwin' ]; then
|
||||
if [ "$HAVE_X11" != 'no' ]; then
|
||||
check_pkgconf X11 x11
|
||||
check_val '' X11 -lX11
|
||||
fi
|
||||
|
||||
check_pkgconf XCB xcb
|
||||
check_pkgconf WAYLAND wayland-egl
|
||||
check_pkgconf WAYLAND_CURSOR wayland-cursor
|
||||
|
||||
check_pkgconf XKBCOMMON xkbcommon 0.3.2
|
||||
check_pkgconf DBUS dbus-1
|
||||
check_pkgconf XEXT xext
|
||||
|
Loading…
Reference in New Issue
Block a user