mirror of
https://github.com/libretro/RetroArch
synced 2025-03-09 22:13:25 +00:00
x_input depends on HAVE_X11.
This commit is contained in:
parent
fffd2fe504
commit
704af0e0b7
2
driver.c
2
driver.c
@ -113,7 +113,7 @@ static const input_driver_t *input_drivers[] = {
|
||||
#ifdef HAVE_SDL
|
||||
&input_sdl,
|
||||
#endif
|
||||
#ifdef HAVE_XVIDEO
|
||||
#ifdef HAVE_X11
|
||||
&input_x,
|
||||
#endif
|
||||
#ifdef XENON
|
||||
|
@ -29,7 +29,7 @@ static const gfx_ctx_driver_t *gfx_ctx_drivers[] = {
|
||||
#if defined(HAVE_SDL) && defined(HAVE_OPENGL)
|
||||
&gfx_ctx_sdl_gl,
|
||||
#endif
|
||||
#if defined(HAVE_XVIDEO) && defined(HAVE_EGL)
|
||||
#if defined(HAVE_X11) && defined(HAVE_EGL)
|
||||
&gfx_ctx_x_egl,
|
||||
#endif
|
||||
#if defined(HAVE_KMS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user