[geany/geany-osx] f32f2e: Add gnutls dependency for VTE to disable warning in console
Jiří Techet
git-noreply at xxxxx
Sat Nov 13 23:39:31 UTC 2021
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sat, 13 Nov 2021 23:39:31 UTC
Commit: f32f2e19e02a68dac1dea0d15bd3336dfdb7298b
https://github.com/geany/geany-osx/commit/f32f2e19e02a68dac1dea0d15bd3336dfdb7298b
Log Message:
-----------
Add gnutls dependency for VTE to disable warning in console
Modified Paths:
--------------
geany.modules
Modified: geany.modules
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -35,7 +35,7 @@
version="10.39"/>
</autotools>
- <meson id="vte291" mesonargs="-Dgnutls=false -Dicu=false -Dvapi=false -D_b_symbolic_functions=false">
+ <meson id="vte291" mesonargs="-Dicu=false -Dvapi=false -D_b_symbolic_functions=false">
<branch repo="download.gitlab.gnome.org"
module="vte/-/archive/${version}/vte-${version}.tar.bz2"
version="0.66.1">
@@ -44,6 +44,7 @@
</branch>
<dependencies>
<dep package="pcre2" />
+ <dep package="gnutls" />
</dependencies>
</meson>
--------------
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