[calls/wip/switch-to-libcalls-ui: 4/5] Add libcall-ui as submodule
- From: Evangelos Ribeiro Tzaras <devrtz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls/wip/switch-to-libcalls-ui: 4/5] Add libcall-ui as submodule
- Date: Sat, 14 Aug 2021 19:29:11 +0000 (UTC)
commit f005615c3d382553cd453ff30e8716e366b7610a
Author: Evangelos Ribeiro Tzaras <evangelos tzaras puri sm>
Date: Wed Jul 7 17:00:14 2021 +0200
Add libcall-ui as submodule
This is meant to ease sharing the call ui between calls and phosh.
.gitmodules | 3 +++
meson.build | 4 ++++
subprojects/libcall-ui | 1 +
3 files changed, 8 insertions(+)
---
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..3d8c2961
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "subprojects/libcall-ui"]
+ path = subprojects/libcall-ui
+ url = https://gitlab.gnome.org/guidog/libcall-ui.git
diff --git a/meson.build b/meson.build
index 0462a4f5..7a8dc484 100644
--- a/meson.build
+++ b/meson.build
@@ -48,6 +48,10 @@ full_calls_plugin_libdir = join_paths(prefix, libdir, calls_name, 'plugins')
# Path to plugins inside the build dir, used for testing
full_calls_plugin_builddir = join_paths(builddir, 'plugins')
+libcall_ui_dep = dependency('call-ui',
+ fallback: ['libcall-ui', 'libcall_ui_dep'],
+)
+
config_data = configuration_data()
config_data.set_quoted('APP_ID', calls_id)
config_data.set_quoted('APP_DATA_NAME', calls_name)
diff --git a/subprojects/libcall-ui b/subprojects/libcall-ui
new file mode 160000
index 00000000..95c4952e
--- /dev/null
+++ b/subprojects/libcall-ui
@@ -0,0 +1 @@
+Subproject commit 95c4952e4c800958f48ded418895a34c96a8af64
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]