From f7e6b199ceeb457b207795639e0b3d93a133f3e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Wed, 17 Jun 2015 13:04:51 -0300 Subject: [PATCH] (qb) Fix some option descriptions --- qb/config.params.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index d5610b1380..3870c3dd83 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -22,9 +22,9 @@ HAVE_GLES=no # Use GLESv2 instead of desktop GL HAVE_MALI_FBDEV=no # Enable Mali fbdev context support HAVE_VIVANTE_FBDEV=no # Enable Vivante fbdev context support HAVE_GLES3=no # Enable OpenGLES3 support -HAVE_X11=auto # Disable everything X11. +HAVE_X11=auto # Enable everything X11. HAVE_OMAP=no # Enable OMAP video support -HAVE_XINERAMA=auto # Disable Xinerama support. +HAVE_XINERAMA=auto # Enable Xinerama support. HAVE_KMS=auto # Enable KMS context support HAVE_EXYNOS=no # Enable Exynos video support HAVE_DISPMANX=no # Enable Dispmanx video support @@ -52,5 +52,5 @@ HAVE_SSE=no # Forcefully enable x86 SSE optimizations (SSE, SSE2) HAVE_FLOATHARD=no # Force hard float ABI (for ARM) HAVE_FLOATSOFTFP=no # Force soft float ABI (for ARM) HAVE_7ZIP=yes # Compile in 7z support -HAVE_PRESERVE_DYLIB=no # Disable dlclose() for Valgrind support +HAVE_PRESERVE_DYLIB=no # Enable dlclose() for Valgrind support HAVE_PARPORT=auto # Parallel port joypad support