mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 18:47:37 +00:00
Add libcall-ui as submodule
This is meant to ease sharing the call ui between calls and phosh.
This commit is contained in:
parent
f44f643ae9
commit
8cb2c09f7b
3 changed files with 8 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "subprojects/libcall-ui"]
|
||||||
|
path = subprojects/libcall-ui
|
||||||
|
url = https://gitlab.gnome.org/World/Phosh/libcall-ui.git
|
|
@ -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
|
# Path to plugins inside the build dir, used for testing
|
||||||
full_calls_plugin_builddir = join_paths(builddir, 'plugins')
|
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 = configuration_data()
|
||||||
config_data.set_quoted('APP_ID', calls_id)
|
config_data.set_quoted('APP_ID', calls_id)
|
||||||
config_data.set_quoted('APP_DATA_NAME', calls_name)
|
config_data.set_quoted('APP_DATA_NAME', calls_name)
|
||||||
|
|
1
subprojects/libcall-ui
Submodule
1
subprojects/libcall-ui
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6e2c2cc4cea11726ee2c0e7785932566db85ae17
|
Loading…
Reference in a new issue