From b2c9db523a8934bb379bdba1c930202d8e2fa75b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 8 Sep 2016 01:17:42 +0200 Subject: [PATCH] Set HAVE_XSHM to NO as long as Travis CI builds fail with it on - https://travis-ci.org/libretro/RetroArch/jobs/158305004 --- qb/config.params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index 91fbb8d517..32d6ef0090 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -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