mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-libs/wivrn: fix env var removed by mistake
PRESSURE_VESSEL_IMPORT_OPENXR_1_RUNTIMES=1 is needed for correct Steam operation Signed-off-by: Patrick Nicolas <patricknicolas@laposte.net>
This commit is contained in:
@@ -147,6 +147,14 @@ multilib_src_configure() {
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
cmake_src_install
|
||||
|
||||
newenvd - "50${PN}" <<-_EOF_
|
||||
PRESSURE_VESSEL_IMPORT_OPENXR_1_RUNTIMES=1
|
||||
_EOF_
|
||||
}
|
||||
|
||||
pkg_postinst()
|
||||
{
|
||||
fcaps cap_sys_nice usr/bin/wivrn-server
|
||||
|
||||
@@ -147,6 +147,14 @@ multilib_src_configure() {
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
cmake_src_install
|
||||
|
||||
newenvd - "50${PN}" <<-_EOF_
|
||||
PRESSURE_VESSEL_IMPORT_OPENXR_1_RUNTIMES=1
|
||||
_EOF_
|
||||
}
|
||||
|
||||
pkg_postinst()
|
||||
{
|
||||
fcaps cap_sys_nice usr/bin/wivrn-server
|
||||
|
||||
Reference in New Issue
Block a user