[geany/geany-plugins] cec52e: overview: Properly depend on C99 compiler support

Colomban Wendling git-noreply at xxxxx
Thu Apr 23 15:57:00 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 23 Apr 2015 15:57:00 UTC
Commit:      cec52e8ea4705716c1c9e868500ad978e3d392ca
             https://github.com/geany/geany-plugins/commit/cec52e8ea4705716c1c9e868500ad978e3d392ca

Log Message:
-----------
overview: Properly depend on C99 compiler support


Modified Paths:
--------------
    overview/wscript_build
    overview/wscript_configure

Modified: overview/wscript_build
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -32,7 +32,7 @@ sources = [
   'overview/overviewui.c',
 ]
 includes = ['overview']
-libraries = [ 'GTK', 'GLIB', 'GEANY' ]
+libraries = [ 'C99', 'GTK', 'GLIB', 'GEANY' ]
 defines = [ subst_vars('OVERVIEW_PREFS_UI_FILE="${PKGDATADIR}/overview/prefs.ui"', bld.env) ]
 
 build_plugin(bld, name,


Modified: overview/wscript_configure
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,3 @@
+from build.wafutils import check_c99
+
+check_c99(conf)



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