Skip to content

Commit

Permalink
blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
hrxi committed Nov 6, 2023
1 parent aba97fd commit a4851df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dep_gtk4 = [dep_gtk4, meson.get_compiler('vala').find_library('gtk4')]
dep_libsoup = [dep_libsoup, meson.get_compiler('vala').find_library('libsoup-3.0')]
dep_sqlite3 = [dep_sqlite3, meson.get_compiler('vala').find_library('sqlite3')]

if dep_gio.type_name() == 'internal'
if dep_gio[0].type_name() == 'internal'
# Build TLS plugin for gio if gio isn't a system dependency.
subproject('glib-networking', default_options: ['gnutls=disabled', 'openssl=enabled', 'libproxy=disabled', 'gnome_proxy=disabled'])
endif
Expand Down

0 comments on commit a4851df

Please sign in to comment.