mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-17 23:18:52 -04:00
media-libs/opencomposite: add multilib
Signed-off-by: Patrick Nicolas <patricknicolas@laposte.net>
This commit is contained in:
parent
906358431f
commit
16ebc41d48
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake-multilib
|
||||||
|
|
||||||
DESCRIPTION="OpenVR over OpenXR compatibility layer"
|
DESCRIPTION="OpenVR over OpenXR compatibility layer"
|
||||||
HOMEPAGE="https://gitlab.com/znixian/OpenOVR"
|
HOMEPAGE="https://gitlab.com/znixian/OpenOVR"
|
||||||
@ -23,12 +23,12 @@ DEPEND="
|
|||||||
dev-lang/python
|
dev-lang/python
|
||||||
dev-util/vulkan-headers
|
dev-util/vulkan-headers
|
||||||
media-libs/glm
|
media-libs/glm
|
||||||
media-libs/libglvnd[X]
|
media-libs/libglvnd[${MULTILIB_USEDEP},X]
|
||||||
media-libs/openxr-loader
|
media-libs/openxr-loader[${MULTILIB_USEDEP}]
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
src_configure()
|
multilib_src_configure()
|
||||||
{
|
{
|
||||||
# Installing to /usr would not work with Steam bacause pressure vessel
|
# Installing to /usr would not work with Steam bacause pressure vessel
|
||||||
# sandbox mounts /usr as /run/host/usr and openvr path would point to a
|
# sandbox mounts /usr as /run/host/usr and openvr path would point to a
|
||||||
@ -45,7 +45,7 @@ src_configure()
|
|||||||
cmake_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install()
|
multilib_src_install()
|
||||||
{
|
{
|
||||||
cmake_src_install
|
cmake_src_install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user