[gnome-builder/wip/gtk4-port: 220/343] plugins/podman: remove libide-terminal dep
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 220/343] plugins/podman: remove libide-terminal dep
- Date: Mon, 4 Apr 2022 20:02:15 +0000 (UTC)
commit bea25ee9bbca1664b01422554c93d74d0f3767da
Author: Christian Hergert <chergert redhat com>
Date: Wed Mar 30 23:24:29 2022 -0700
plugins/podman: remove libide-terminal dep
This isn't needed, so we can just drop it and use libide-io for any
possibly shell related needs.
src/plugins/podman/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/podman/meson.build b/src/plugins/podman/meson.build
index 0734ca34a..4013c0ebd 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_terminal_dep, libide_foundry_dep, libjson_glib_dep ],
+ dependencies: [ libide_io, 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]