[geany/geany] ba4ccc: Waf: mark Scintilla as using GLib and GModule

Colomban Wendling git-noreply at xxxxx
Thu Jul 26 00:03:49 UTC 2012


Branch:      refs/heads/document-messages
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 02 Apr 2012 13:56:47
Commit:      ba4ccc6653fd2a7940999a4f57ef793682da8c3e
             https://github.com/geany/geany/commit/ba4ccc6653fd2a7940999a4f57ef793682da8c3e

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



More information about the Commits mailing list