build: Bump libnm >= 1.10

For the next stable release, we'll require libnm >= 1.10. This
version bump will happen now, at the beginning of the cycle, to
give distros plenty of time to update.
This commit is contained in:
Georges Basile Stavracas Neto 2018-03-16 13:06:27 -03:00
parent 5659271ec3
commit deba2b419b

View file

@ -185,8 +185,8 @@ config_h.set('HAVE_WAYLAND', enable_wayland,
if host_is_linux
# network manager
network_manager_deps = [
dependency('libnm', version: '>= 1.2.0'),
dependency('libnma', version: '>= 1.2.0'),
dependency('libnm', version: '>= 1.10.0'),
dependency('libnma', version: '>= 1.8.0'),
dependency('mm-glib', version: '>= 0.7')
]
endif