Commit 12f1d1b1 authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

build: require gtk4 instead of gtk3

fixes #2
parent 65c38d8a
......@@ -12,7 +12,7 @@ base_id = 'org.gnome.Tour'
dependency('glib-2.0', version: '>= 2.56')
dependency('gio-2.0', version: '>= 2.56')
dependency('gdk-pixbuf-2.0')
dependency('gtk+-3.0', version: '>= 3.24.7')
dependency('gtk4', version: '>= 3.96.0')
glib_compile_resources = find_program('glib-compile-resources', required: true)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment