[gnome-builder/wip/gtk4-port] plugins/podman: reenable podman plugin



commit a6ecfce80d1b4c862b79e3728823f78519c58751
Author: Christian Hergert <chergert redhat com>
Date:   Tue Apr 19 10:54:41 2022 -0700

    plugins/podman: reenable podman plugin

 src/plugins/meson.build        | 2 +-
 src/plugins/podman/meson.build | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/meson.build b/src/plugins/meson.build
index ee7bdc9ee..426e13bcd 100644
--- a/src/plugins/meson.build
+++ b/src/plugins/meson.build
@@ -105,7 +105,7 @@ subdir('npm')
 #subdir('omni-gutter')
 subdir('open-with-external')
 subdir('phpize')
-#subdir('podman')
+subdir('podman')
 subdir('project-tree')
 subdir('python-gi-imports-completion')
 #subdir('python-pack')
diff --git a/src/plugins/podman/meson.build b/src/plugins/podman/meson.build
index 4013c0ebd..81ce66d1a 100644
--- a/src/plugins/podman/meson.build
+++ b/src/plugins/podman/meson.build
@@ -28,7 +28,7 @@ test_env_podman = [
 
 test_podman = executable('test-podman', test_sources_podman,
         c_args: test_cflags,
-  dependencies: [ libide_io, libide_foundry_dep, libjson_glib_dep ],
+  dependencies: [ libide_io_dep, libide_foundry_dep, libjson_glib_dep ],
 )
 test('test-podman', test_podman, env: test_env_podman)
 


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