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:
parent
86995d724e
commit
7992d7c9b3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user