[gnome-builder] build: enable mingw plugin by default



commit bd2c3719c3ea80fb714e5542743012ad0830702d
Author: Christian Hergert <christian hergert me>
Date:   Mon Dec 21 15:51:33 2015 -0800

    build: enable mingw plugin by default
    
    This allows building with mingw from the Build panel (if your project
    supports it). Generally that means autotools and being smart about
    having proper dependencies available.

 configure.ac               |    2 +-
 plugins/mingw/configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ea23a33..c9fda2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -497,6 +497,7 @@ echo "  Global File Search ................... : ${enable_file_search_plugin}"
 echo "  GNOME Code Assistance ................ : ${enable_gnome_code_assistance_plugin}"
 echo "  HTML Autocompletion .................. : ${enable_html_completion_plugin}"
 echo "  HTML and Markdown Preview ............ : ${enable_html_preview_plugin}"
+echo "  MinGW ................................ : ${enable_mingw_plugin}"
 echo "  Project Tree ......................... : ${enable_project_tree_plugin}"
 echo "  Python GObject Introspection ......... : ${enable_python_gi_imports_completion_plugin}"
 echo "  Python Jedi Autocompletion ........... : ${enable_jedi_plugin}"
@@ -511,6 +512,5 @@ echo ""
 echo "Experimental Plugins"
 echo ""
 echo "  Device Manager ....................... : ${enable_device_manager_plugin}"
-echo "  MinGW ................................ : ${enable_mingw_plugin}"
 echo ""
 
diff --git a/plugins/mingw/configure.ac b/plugins/mingw/configure.ac
index ff80049..2d01d21 100644
--- a/plugins/mingw/configure.ac
+++ b/plugins/mingw/configure.ac
@@ -3,7 +3,7 @@ AC_ARG_ENABLE([mingw-plugin],
               [AS_HELP_STRING([--enable-mingw-plugin=@<:@yes/no@:>@],
                               [Build with support for the mingw compiler.])],
               [enable_mingw_plugin=$enableval],
-              [enable_mingw_plugin=no])
+              [enable_mingw_plugin=yes])
 
 # for if ENABLE_MINGW_PLUGIN in Makefile.am
 AM_CONDITIONAL(ENABLE_MINGW_PLUGIN, test x$enable_mingw_plugin != xno)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]