mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 15:47:20 +02:00
Use wrap instead of git submodule
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
parent
bfa20975ca
commit
faea358023
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "subprojects/inih"]
|
||||
path = subprojects/inih
|
||||
url = https://github.com/benhoyt/inih.git
|
@ -2,9 +2,9 @@
|
||||
set -e
|
||||
|
||||
# Simple script to construct a redistributable and complete tarball of the
|
||||
# gamemode tree, including the git submodules, so that it can be trivially
|
||||
# gamemode tree, including the subprojects, so that it can be trivially
|
||||
# packaged by distributions banning networking during build.
|
||||
git submodule init
|
||||
meson subprojects download
|
||||
|
||||
# Bump in tandem with meson.build, run script once new tag is up.
|
||||
VERSION="1.6-dev"
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 351217124ddb3e3fe2b982248a04c672350bb0af
|
3
subprojects/inih.wrap
Normal file
3
subprojects/inih.wrap
Normal file
@ -0,0 +1,3 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/benhoyt/inih.git
|
||||
revision = r49
|
Loading…
x
Reference in New Issue
Block a user