[Lunar-commits] <moonbase-xorg> mesa-lib: Adjusting CONFIGURE. If you want to use freshplayerplugin, it wants gles.

Dennis Veatch dennisveatch at bellsouth.net
Sun Sep 7 17:12:41 CEST 2014


commit 7a52e977cc9c0917425e3917c61df31e694b44ae
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sat, 06 Sep 2014 14:45:38 -0400
URL: https://github.com/lunar-linux/moonbase-xorg/commit/7a52e977cc9c0917425e3917c61df31e694b44ae

mesa-lib: Adjusting CONFIGURE. If you want to use freshplayerplugin, it wants gles.
---
  lib/mesa-lib/CONFIGURE | +2/-0     
  1 file changed, 2 insertions(+)

--- a/lib/mesa-lib/CONFIGURE
+++ b/lib/mesa-lib/CONFIGURE
@@ -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




More information about the Lunar-commits mailing list