[gnome-builder/wip/gtk4-port: 622/1774] plugins/podman: reenable podman plugin
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 622/1774] plugins/podman: reenable podman plugin
- Date: Mon, 11 Jul 2022 22:31:18 +0000 (UTC)
commit c121e1aacf3ae7416371559f00cf3cbb9b96b653
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]