Skip to content

Commit

Permalink
mesa-lib: Adding another mquery dealing with the mesa graphics buffer…
Browse files Browse the repository at this point in the history
… manager.
  • Loading branch information
stumbles committed Sep 18, 2014
1 parent c43e0e5 commit 364bd19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mesa-lib/CONFIGURE
Expand Up @@ -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

0 comments on commit 364bd19

Please sign in to comment.