[Lunar-commits] <moonbase-xorg> mesa-lib: Adding another mquery dealing with the mesa graphics buffer manager.

Dennis Veatch dennisveatch at bellsouth.net
Thu Sep 18 19:39:24 CEST 2014


commit 364bd19d7c5bbf43fb380de75629b0c1627a1ee1
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 18 Sep 2014 12:15:39 -0400
URL: https://github.com/lunar-linux/moonbase-xorg/commit/364bd19d7c5bbf43fb380de75629b0c1627a1ee1

mesa-lib: Adding another mquery dealing with the mesa graphics buffer manager.
---
  lib/mesa-lib/CONFIGURE | +1/-0     
  1 file changed, 1 insertion(+)

--- a/lib/mesa-lib/CONFIGURE
+++ b/lib/mesa-lib/CONFIGURE
@@ -95,5 +95,6 @@ mquery TEXTURE_FLOAT "Enable patented texture-float? (if this patent is valid in
 mquery ENABLE_GLX_TLS "Enable glx-tls? (lin -r xorg-server also)" y "--enable-glx-tls" "--disable-glx-tls"
 mquery ENABLE_GLES1 "Enable gles1? ${PROBLEM_COLOR}Needed by freshplayerplugin${MQUERY_COLOR}" n "--enable-gles1" "--disable-gles1"
 mquery ENABLE_GLES2 "Enable gles2? ${PROBLEM_COLOR}Needed by freshplayerplugin${MQUERY_COLOR}" n "--enable-gles2" "--disable-gles2"
+mquery ENABLE_GBM "Enable Mesa GBM (Graphics Buffer Manager) library? ${PROBLEM_COLOR} If KMS in kernel, will enable KMS in qt5.${QUERY_COLOR}" n "--enable-gbm" "--disable-gbm"
 
 set_module_config CONFIGURED y




More information about the Lunar-commits mailing list