Add an explicit dependency on libst

This should ensure that the St enumeration header is available by the
time we start building the gnome-shell executable.
This commit is contained in:
Emmanuele Bassi 2017-08-11 00:21:40 +01:00
parent 86995d724e
commit 7992d7c9b3

View File

@ -254,7 +254,7 @@ executable('gnome-shell', 'main.c',
c_args: gnome_shell_cflags + [
'-DMUTTER_TYPELIB_DIR="@0@"'.format(mutter_typelibdir)
],
dependencies: gnome_shell_deps + [libshell_dep, mutter_dep],
dependencies: gnome_shell_deps + [libshell_dep, libst_dep, mutter_dep],
include_directories: [conf_inc, st_inc, include_directories('tray')],
link_args: rpath_link_args,
install_rpath: install_rpath,