Add libcall-ui as submodule
This is meant to ease sharing the call ui between calls and phosh.
This commit is contained in:
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
Submodule subprojects/libcall-ui added at 6e2c2cc4ce
Reference in New Issue
Block a user