mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
games-board/openriichi: switch vsync ON by default
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
@@ -39,6 +39,9 @@ src_prepare() {
|
||||
default
|
||||
mv -T "${WORKDIR}/Engine-${Engine_sha}" "${S}/Engine" || die
|
||||
|
||||
#switch vsync ON by default
|
||||
sed -i -e "s/v_sync = OnOffEnum.OFF/v_sync = OnOffEnum.ON/" "${S}/source/Game/Options.vala" || die
|
||||
|
||||
vala_src_prepare
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user