Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Mon, 02 Apr 2012 13:56:47
Commit: ba4ccc6653fd2a7940999a4f57ef793682da8c3e
https://github.com/geany/geany/commit/ba4ccc6653fd2a7940999a4f57ef793682da8…
Log Message:
-----------
Waf: mark Scintilla as using GLib and GModule
This doesn't change anything in practice since GTK brings GLib and
GModule is linked with the Geany program, but it's cleaner for the lib
to list its true dependencies.
Modified Paths:
--------------
wscript
Modified: wscript
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -294,7 +294,7 @@ def build(bld):
target = 'scintilla',
source = scintilla_sources,
includes = ['.', 'scintilla/include', 'scintilla/src', 'scintilla/lexlib'],
- uselib = 'GTK',
+ uselib = ['GTK', 'GLIB', 'GMODULE'],
install_path = None) # do not install this library
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).