[gnome-shell] Add an explicit dependency on libst



commit 7992d7c9b3a4bce929acc3b91abc60dc48118b33
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Aug 11 00:21:40 2017 +0100

    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.

 src/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 5f1e0b0..5f12fbc 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]