subprojects: Add libcall-ui as meson subproject

Get rid of the git submodule and forward to the latest commit
that avoids deprecation warnings while we're at it.

Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/806>
This commit is contained in:
Evangelos Ribeiro Tzaras
2025-11-25 16:42:12 +01:00
parent 8516e99d1c
commit 4a09c78d2d
4 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View File

@@ -8,5 +8,6 @@ _build
.flatpak-builder .flatpak-builder
.gdb_history .gdb_history
subprojects/.wraplock subprojects/.wraplock
subprojects/libcall-ui
po/calls.pot po/calls.pot
po/missing po/missing

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "subprojects/libcall-ui"]
path = subprojects/libcall-ui
url = https://gitlab.gnome.org/World/Phosh/libcall-ui.git

View File

@@ -0,0 +1,5 @@
[wrap-git]
directory=libcall-ui
url=https://gitlab.gnome.org/World/Phosh/libcall-ui.git
revision=3a2044f8e7c45387954ed35d22c6b6309e6751d6
depth=1