[baobab: 1/3] Remove GIO Unix build dependency



commit 0226846d56584def6eae18fc7b546103a7b8a4f8
Author: Gabriel Rauter <rauter gabriel gmail com>
Date:   Mon Jun 29 12:24:34 2020 +0200

    Remove GIO Unix build dependency
    
    Since commit 1d7d1cc4 UnixMountEntry isn't used anymore.
    Dropping the dependency allows to cross compile with mingw.

 meson.build     | 1 -
 src/meson.build | 1 -
 2 files changed, 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index c11b34a..11731b9 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,6 @@ python = import('python')
 
 glib = dependency('glib-2.0', version: '>=2.44')
 gio = dependency('gio-2.0', version: '>=2.44')
-gio_unix = dependency('gio-unix-2.0', version: '>=2.44')
 gobject = dependency('gobject-2.0', version: '>=2.44')
 gtk = dependency('gtk+-3.0', version: '>=3.20')
 
diff --git a/src/meson.build b/src/meson.build
index 95dc593..a2174bf 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -40,7 +40,6 @@ baobab_link_args = [
 baobab_dependencies = [
   glib,
   gio,
-  gio_unix,
   gobject,
   gtk,
   math


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