x_input depends on HAVE_X11.

This commit is contained in:
Themaister 2012-09-25 15:14:56 +02:00
parent fffd2fe504
commit 704af0e0b7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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