mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
ES-DE: new libgit dependency
This commit is contained in:
parent
c92a825c83
commit
8ccb14c8ef
|
@ -236,18 +236,16 @@ modules:
|
||||||
url: https://github.com/zeux/pugixml/releases/download/v1.11.4/pugixml-1.11.4.tar.gz
|
url: https://github.com/zeux/pugixml/releases/download/v1.11.4/pugixml-1.11.4.tar.gz
|
||||||
sha256: 8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716
|
sha256: 8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716
|
||||||
|
|
||||||
- name: libgit2-glib
|
- name: libgit2
|
||||||
buildsystem: meson
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
config-opts:
|
||||||
- -Dssh=false
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
|
- -DBUILD_SHARED_LIBS:BOOL=ON
|
||||||
|
- -DTHREADSAFE=ON
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: git
|
||||||
url: https://download.gnome.org/sources/libgit2-glib/1.1/libgit2-glib-1.1.0.tar.xz
|
url: https://github.com/libgit2/libgit2.git
|
||||||
sha256: c38dd7575daf8141e1e422333a575faf65f3c9210c08e83e981b88dd41bf1ef3
|
branch: maint/v0.27
|
||||||
x-checker-data:
|
|
||||||
type: gnome
|
|
||||||
name: libgit2-glib
|
|
||||||
stable-only: true
|
|
||||||
|
|
||||||
# When updating this module remember to check those:
|
# When updating this module remember to check those:
|
||||||
# https://gitlab.com/es-de/emulationstation-de/-/blob/[VERSION]/resources/systems/unix/es_find_rules.xml
|
# https://gitlab.com/es-de/emulationstation-de/-/blob/[VERSION]/resources/systems/unix/es_find_rules.xml
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409
|
Subproject commit 717b78093797270877ec416e58082f1c71d435d8
|
Loading…
Reference in a new issue