[geany/geany-plugins] b8c381: GeanyPy: Properly handle the absence of PyGTK

Colomban Wendling git-noreply at xxxxx
Mon Jun 24 22:27:22 UTC 2013


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 24 Jun 2013 22:27:22 UTC
Commit:      b8c381b3c4c149be9863f7f5c4b6891e637b7f76
             https://github.com/geany/geany-plugins/commit/b8c381b3c4c149be9863f7f5c4b6891e637b7f76

Log Message:
-----------
GeanyPy: Properly handle the absence of PyGTK

GeanyPy can be disabled automatically because of missing dependencies,
for real this time.


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

Modified: build/geanypy.m4
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2,7 +2,7 @@ AC_DEFUN([GP_CHECK_GEANYPY],
 [
     GP_ARG_DISABLE([Geanypy], [auto])
     GP_CHECK_PLUGIN_GTK2_ONLY([Geanypy])
-    PKG_CHECK_MODULES([PYGTK], [pygtk-2.0])
+    GP_CHECK_PLUGIN_DEPS([Geanypy], [PYGTK], [pygtk-2.0])
     dnl FIXME: Checks for Python below should gracefully disable the plugin
     dnl        if they don't succeed and enable_geanypy is set to `auto`.
     dnl        However, since these macros don't seem to gracefully handle



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