build: switch build to GTK 4

This commit is contained in:
Christian Hergert
2021-09-28 14:21:44 -07:00
parent a1f8f7e9f8
commit 5e55f5f2cc
3 changed files with 8 additions and 6 deletions

View File

@ -122,7 +122,7 @@ if get_option('enable_gtk')
test_ui_deps = [
libsysprof_dep,
libsysprof_ui_dep,
dependency('gtk+-3.0', version: gtk_req_version),
dependency('gtk4', version: gtk_req_version),
dependency('pangoft2', required: false),
]