Commit dfa6b1af authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

properly require libhandy-1

parent 6eeaa7dd
project('gnome-tour', project('gnome-tour',
'rust', 'rust',
version: '3.37.91', version: '3.37.92',
meson_version : '>= 0.50') meson_version : '>= 0.50')
i18n = import('i18n') i18n = import('i18n')
...@@ -12,6 +12,7 @@ dependency('glib-2.0', version: '>= 2.64') ...@@ -12,6 +12,7 @@ dependency('glib-2.0', version: '>= 2.64')
dependency('gio-2.0', version: '>= 2.56') dependency('gio-2.0', version: '>= 2.56')
dependency('gdk-pixbuf-2.0') dependency('gdk-pixbuf-2.0')
dependency('gtk+-3.0', version: '>= 3.16') dependency('gtk+-3.0', version: '>= 3.16')
dependency('libhandy-1', version: '>= 1')
if get_option('video_path') != '' if get_option('video_path') != ''
dependency('gstreamer-1.0', version: '>= 1.12') dependency('gstreamer-1.0', version: '>= 1.12')
......
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