mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-05 12:56:49 +02:00
use upstream inih r48
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:

committed by
afayaz-feral

parent
1a598f53d2
commit
d3e309b23b
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
|||||||
[submodule "subprojects/inih"]
|
[submodule "subprojects/inih"]
|
||||||
path = subprojects/inih
|
path = subprojects/inih
|
||||||
url = https://github.com/FeralInteractive/inih.git
|
url = https://github.com/benhoyt/inih.git
|
||||||
|
@@ -85,7 +85,7 @@ GameMode depends on `meson` for building and `systemd` for internal communicatio
|
|||||||
|
|
||||||
#### Ubuntu/Debian (you may also need `dbus-user-session`)
|
#### Ubuntu/Debian (you may also need `dbus-user-session`)
|
||||||
```bash
|
```bash
|
||||||
apt install meson libsystemd-dev pkg-config ninja-build git libdbus-1-dev
|
apt install meson libsystemd-dev pkg-config ninja-build git libdbus-1-dev libinih-dev
|
||||||
```
|
```
|
||||||
#### Arch
|
#### Arch
|
||||||
```bash
|
```bash
|
||||||
|
@@ -159,7 +159,7 @@ if with_daemon == true
|
|||||||
# inih currently only needed by the daemon
|
# inih currently only needed by the daemon
|
||||||
inih_dependency = dependency(
|
inih_dependency = dependency(
|
||||||
'inih',
|
'inih',
|
||||||
fallback : ['inih', 'inih_dependency']
|
fallback : ['inih', 'inih_dep']
|
||||||
)
|
)
|
||||||
|
|
||||||
subdir('daemon')
|
subdir('daemon')
|
||||||
|
@@ -4,11 +4,7 @@ set -e
|
|||||||
# Simple script to construct a redistributable and complete tarball of the
|
# 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 git submodules, so that it can be trivially
|
||||||
# packaged by distributions banning networking during build.
|
# packaged by distributions banning networking during build.
|
||||||
#
|
|
||||||
# Modified from Ikey Doherty's release scripts for use within
|
|
||||||
# Feral Interactive's gamemode project.
|
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
|
||||||
|
|
||||||
# Bump in tandem with meson.build, run script once new tag is up.
|
# Bump in tandem with meson.build, run script once new tag is up.
|
||||||
VERSION="1.6-dev"
|
VERSION="1.6-dev"
|
||||||
|
Submodule subprojects/inih updated: 745ada6724...351217124d
Reference in New Issue
Block a user