[nautilus] build: add gio-unix-2.0 dependency to libnautilus



commit b8a84e3075b68aaff29376bb1e4ad8916cf9bcca
Author: Ernestas Kulik <ernestask gnome org>
Date:   Thu Mar 8 10:35:53 2018 +0200

    build: add gio-unix-2.0 dependency to libnautilus
    
    The gdbus-codegen-generated code includes one of its headers.
    
    Fixes https://gitlab.gnome.org/GNOME/nautilus/issues/287

 src/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/meson.build b/src/meson.build
index 67a3d6a2a..9419aa83a 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -267,6 +267,7 @@ libnautilus_sources = [
 
 nautilus_deps = [
   eel_2,
+  gio_unix,
   gmodule,
   gnome_autoar,
   gnome_desktop,


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