Set HAVE_XSHM to NO as long as Travis CI builds fail with it on -

https://travis-ci.org/libretro/RetroArch/jobs/158305004
This commit is contained in:
twinaphex 2016-09-08 01:17:42 +02:00
parent cce090db9e
commit b2c9db523a

View File

@ -79,7 +79,7 @@ HAVE_PARPORT=auto # Parallel port joypad support
HAVE_IMAGEVIEWER=yes # Built-in image viewer support.
HAVE_MMAP=auto # MMAP support
HAVE_QT=no # QT companion support
HAVE_XSHM=auto # XShm video driver support
HAVE_XSHM=no # XShm video driver support
HAVE_CHEEVOS=yes # Retro Achievements
HAVE_SHADERPIPELINE=yes # Additional shader-based pipelines
C89_SHADERPIPELINE=no