[geany/geany-plugins] a18f53: Merge pull request #78 from vkochan/debugger_fix_plugin_loading
Enrico Tröger
git-noreply at geany.org
Fri Jan 25 18:05:22 UTC 2013
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Fri, 25 Jan 2013 18:05:22 UTC
Commit: a18f5335010b6cd412c9e7ac59a6e68eccf9fdb5
https://github.com/geany/geany-plugins/commit/a18f5335010b6cd412c9e7ac59a6e68eccf9fdb5
Log Message:
-----------
Merge pull request #78 from vkochan/debugger_fix_plugin_loading
[Geany-Plugins: Debugger: FIX] Plugin was not loaded in Geany.
Modified Paths:
--------------
debugger/wscript_build
Modified: debugger/wscript_build
5 files changed, 4 insertions(+), 1 deletions(-)
===================================================================
@@ -23,7 +23,10 @@
from build.wafutils import build_plugin
name = 'Debugger'
-includes = ['debugger/src']
+
+includes = ['debugger/src', 'debugger/src/cell_renderers',
+ 'debugger/src/xpm']
+
libraries = ['VTE', 'UTIL']
pludin_datadir = '${PKGDATADIR}/debugger'
--------------
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