Skip to content

Commit

Permalink
use upstream inih r48
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Lachnit <[email protected]>
  • Loading branch information
stephanlachnit authored and afayaz-feral committed Mar 3, 2020
1 parent 1a598f5 commit d3e309b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "subprojects/inih"]
path = subprojects/inih
url = https://github.com/FeralInteractive/inih.git
url = https://github.com/benhoyt/inih.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GameMode depends on `meson` for building and `systemd` for internal communicatio

#### Ubuntu/Debian (you may also need `dbus-user-session`)
```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
```bash
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ if with_daemon == true
# inih currently only needed by the daemon
inih_dependency = dependency(
'inih',
fallback : ['inih', 'inih_dependency']
fallback : ['inih', 'inih_dep']
)

subdir('daemon')
Expand Down
4 changes: 0 additions & 4 deletions scripts/mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ 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
# 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 update

# Bump in tandem with meson.build, run script once new tag is up.
VERSION="1.6-dev"
Expand Down

0 comments on commit d3e309b

Please sign in to comment.