Skip to content
Snippets Groups Projects
Commit 2296781c authored by Derek Foreman's avatar Derek Foreman
Browse files

launcher-libseat: Rename libseat_dep


Most other dependencies are named dep_* so let's conform.

Signed-off-by: default avatarDerek Foreman <derek.foreman@collabora.com>
parent 501e3f19
No related branches found
No related tags found
1 merge request!1362fix up launcher-logind removal
......@@ -198,13 +198,13 @@ if get_option('deprecated-launcher-logind')
warning('deprecated-launcher-logind is enabled. This will go away, see https://gitlab.freedesktop.org/wayland/weston/-/issues/488')
endif
if get_option('launcher-libseat')
libseat_dep = dependency('libseat', version: '>= 0.4')
dep_libseat = dependency('libseat', version: '>= 0.4')
config_h.set('HAVE_LIBSEAT', '1')
srcs_session_helper += [
'launcher-libseat.c',
]
deps_session_helper += [
libseat_dep,
dep_libseat,
]
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment