[at-spi2-atk] Add missing gobject_dep to atk-bridge



commit e2cf1961bdbf3cfda105fc9f1a2bdadec464eb44
Author: Mike Gorse <mgorse alum wpi edu>
Date:   Tue Jun 18 05:34:17 2019 -0500

    Add missing gobject_dep to atk-bridge
    
    Fixes: https://gitlab.gnome.org/GNOME/at-spi2-atk/issues/8

 atk-adaptor/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/atk-adaptor/meson.build b/atk-adaptor/meson.build
index b5f6fc5..69685e3 100644
--- a/atk-adaptor/meson.build
+++ b/atk-adaptor/meson.build
@@ -21,6 +21,7 @@ libatk_bridge = shared_library('atk-bridge-2.0', atk_bridge_sources,
                                  libdroute_dep,
                                  libdbus_dep,
                                  gmodule_dep,
+                                 gobject_dep,
                                  atk_dep,
                                  atspi_dep,
                                ],


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