gamemode 1.8.1
This commit is contained in:
@ -6,7 +6,7 @@ homepage='https://github.com/FeralInteractive/gamemode'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
architectures=('amd64')
|
||||
license=('BSD-3-Clause')
|
||||
provides=('gamemode')
|
||||
provides=('libgamemode.so' 'libgamemodeauto.so')
|
||||
conflicts=('gamemode' 'gamemode-bin' 'gamemode-git')
|
||||
|
||||
deps=(
|
||||
@ -36,7 +36,8 @@ checksums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
meson gamemode build --libexecdir /usr/lib/gamemode -Dwith-examples=false
|
||||
export PKG_CONFIG_PATH=/usr/lib64/pkgconfig
|
||||
meson gamemode build --libexecdir /usr/lib64/gamemode -Dwith-examples=false
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user