[gnome-builder/wip/gtk4-port: 66/343] plugins/dspy: rely on library for D-Spy
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 66/343] plugins/dspy: rely on library for D-Spy
- Date: Mon, 4 Apr 2022 20:02:10 +0000 (UTC)
commit cb953a360b2f0c402b17c94b021d2bc4bfc8ae70
Author: Christian Hergert <chergert redhat com>
Date: Sat Mar 26 22:57:22 2022 -0700
plugins/dspy: rely on library for D-Spy
src/plugins/dspy/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/dspy/meson.build b/src/plugins/dspy/meson.build
index d238594d8..c920c57f0 100644
--- a/src/plugins/dspy/meson.build
+++ b/src/plugins/dspy/meson.build
@@ -1,6 +1,6 @@
if get_option('plugin_dspy')
-subdir('libdspy')
+libdspy_dep = dependency('dspy-1')
plugins_sources += files([
'dspy-plugin.c',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]