Skip to content

Commit

Permalink
Add gnutls dependency for VTE to disable warning in console
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Nov 13, 2021
1 parent 92eda57 commit f32f2e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geany.modules
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -44,6 +44,7 @@
</branch>
<dependencies>
<dep package="pcre2" />
<dep package="gnutls" />
</dependencies>
</meson>

Expand Down

0 comments on commit f32f2e1

Please sign in to comment.