[geany/geany-plugins] 9040d1: scope: revert scope.m4 changed accidentially

Dimitar Zhekov git-noreply at xxxxx
Sun Nov 29 15:51:30 UTC 2015


Branch:      refs/heads/master
Author:      Dimitar Zhekov <dimitar.zhekov at gmail.com>
Committer:   Dimitar Zhekov <dimitar.zhekov at gmail.com>
Date:        Sun, 29 Nov 2015 15:51:30 UTC
Commit:      9040d10440dd19ca1509158b153f00efc0ce6b66
             https://github.com/geany/geany-plugins/commit/9040d10440dd19ca1509158b153f00efc0ce6b66

Log Message:
-----------
scope: revert scope.m4 changed accidentially


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

Modified: build/scope.m4
4 lines changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -1,7 +1,11 @@
 AC_DEFUN([GP_CHECK_SCOPE],
 [
     GP_ARG_DISABLE([Scope], [auto])
+    GP_CHECK_PLUGIN_GTK2_ONLY([Scope])
 
+    GP_CHECK_PLUGIN_DEPS([scope], [VTE],
+                         [vte >= 0.17])
+    AC_CHECK_HEADERS([util.h pty.h libutil.h])
     GP_COMMIT_PLUGIN_STATUS([Scope])
 
     case "$host_os" in



--------------
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