Skip to content

Commit 691a049

Browse files
3v1n0mtwebster
authored andcommitted
meson: Build dependency on 2.79.2
GioUnix included Gio unix-only symbols since 2.79.2, so depend on that version See: #13091 (comment)
1 parent fa3aef2 commit 691a049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ atk = dependency('atk-bridge-2.0')
3737
gio = dependency('gio-2.0', version: '>= 2.36.0')
3838
gio_unix = dependency('gio-unix-2.0')
3939
gl = dependency('gl')
40-
glib_version = '2.52.0'
40+
glib_version = '2.79.2'
4141
glib = dependency('glib-2.0', version: '>= ' + glib_version)
4242
gtk = dependency('gtk+-3.0', version: '>= 3.12.0')
4343
muffin = dependency('libmuffin-0', version: '>= 5.2.0')

0 commit comments

Comments
 (0)