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