Skip to content

Commit

Permalink
media-libs/opencomposite: drop patches, unbundle glm
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Nicolas <[email protected]>
  • Loading branch information
xytovl committed Sep 18, 2024
1 parent 323829e commit 98c281a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
19 changes: 0 additions & 19 deletions media-libs/opencomposite/files/0001-Add-install-target.patch

This file was deleted.

8 changes: 2 additions & 6 deletions media-libs/opencomposite/opencomposite-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ SLOT="0"
DEPEND="
dev-lang/python
dev-util/vulkan-headers
media-libs/glm
media-libs/libglvnd[X]
media-libs/openxr-loader
"
RDEPEND="${DEPEND}"

PATCHES=(
"${FILESDIR}/0001-Add-install-target.patch"
)

src_configure()
{
# Installing to /usr would not work with Steam bacause pressure vessel
Expand All @@ -43,8 +40,7 @@ src_configure()
"-DCMAKE_INSTALL_PREFIX=/opt"
# Required for Proton: https://gitlab.com/znixian/OpenOVR/-/issues/416
"-DUSE_SYSTEM_OPENXR=OFF"
# FIXME: fails because GLM_ENABLE_EXPERIMENTAL is unset
"-DUSE_SYSTEM_GLM=OFF"
"-DUSE_SYSTEM_GLM=ON"
)
cmake_src_configure
}
Expand Down

0 comments on commit 98c281a

Please sign in to comment.