Skip to content

Commit

Permalink
mesa-lib: Adjusting CONFIGURE. If you want to use freshplayerplugin, …
Browse files Browse the repository at this point in the history
…it wants gles.
  • Loading branch information
stumbles committed Sep 6, 2014
1 parent 730155c commit 7a52e97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mesa-lib/CONFIGURE
Expand Up @@ -93,5 +93,7 @@ fi

mquery TEXTURE_FLOAT "Enable patented texture-float? (if this patent is valid in your country choose N)" n "--enable-texture-float" "--disable-texture-float"
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"

set_module_config CONFIGURED y

0 comments on commit 7a52e97

Please sign in to comment.