[geany/geany-plugins] b10200: Scope: don't force enabling of the plugin since it has dependencies

Colomban Wendling git-noreply at geany.org
Tue Jan 29 21:51:11 UTC 2013


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Tue, 29 Jan 2013 21:51:11 UTC
Commit:      b10200156bfde52965610547040b2af7a4c1e987
             https://github.com/geany/geany-plugins/commit/b10200156bfde52965610547040b2af7a4c1e987

Log Message:
-----------
Scope: don't force enabling of the plugin since it has dependencies


Modified Paths:
--------------
    build/scope.m4

Modified: build/scope.m4
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,6 +1,6 @@
 AC_DEFUN([GP_CHECK_SCOPE],
 [
-    GP_ARG_DISABLE([Scope], [yes])
+    GP_ARG_DISABLE([Scope], [auto])
 
     GP_CHECK_PLUGIN_DEPS([scope], [VTE],
                          [vte >= 0.17])



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list