From b748c4d27f8d555ad5205de687794d2ac7e8ed34 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 22 Sep 2015 16:47:56 +0200 Subject: [PATCH] Blacklist imageviewer for C89 --- qb/config.params.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.params.sh b/qb/config.params.sh index a5c30ec6ec..694e0d6c80 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -61,5 +61,6 @@ HAVE_7ZIP=yes # Compile in 7z support HAVE_PRESERVE_DYLIB=no # Disable dlclose() for Valgrind support HAVE_PARPORT=auto # Parallel port joypad support HAVE_IMAGEVIEWER=yes # Built-in image viewer support. +C89_IMAGEVIEWER=no HAVE_MMAP=auto # MMAP support HAVE_QT=no # QT companion support