Gtk: Add gthread library dependency.

This commit is contained in:
Brandon Wright 2020-07-21 14:17:15 -05:00
parent ffca428bb3
commit a20e726ca2
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ endif
gtk_dep = dependency('gtkmm-3.0', version: '>= 3.22')
deps += gtk_dep
gthread_dep = dependency('gthread-2.0')
deps += gthread_dep
x11_dep = c_compiler.find_library('X11')
xext_dep = c_compiler.find_library('Xext')
dl_dep = c_compiler.find_library('dl')