[geany/geany-osx] d691f2: Add VTE vala dependency

Jiří Techet git-noreply at xxxxx
Sat Mar 4 23:09:28 UTC 2017


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sat, 04 Mar 2017 23:09:28 UTC
Commit:      d691f2de8380eaff2a39cffedb2a9ca400c704da
             https://github.com/geany/geany-osx/commit/d691f2de8380eaff2a39cffedb2a9ca400c704da

Log Message:
-----------
Add VTE vala dependency

It seems there’s a bug and VTE 0.40 doesn’t compile without vala.


Modified Paths:
--------------
    geany.modules

Modified: geany.modules
2 lines changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -55,6 +55,8 @@
     </branch>
     <dependencies>
       <dep package="gnutls" />
+      <!-- There seems to be a problem that VTE build fails when vala is not installed -->
+      <dep package="vala" />
     </dependencies>
   </autotools>
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list