diff options
Diffstat (limited to 'games-engines/openmw/openmw-9999.ebuild')
-rw-r--r-- | games-engines/openmw/openmw-9999.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games-engines/openmw/openmw-9999.ebuild b/games-engines/openmw/openmw-9999.ebuild index 70603fec46ab..512ef3855897 100644 --- a/games-engines/openmw/openmw-9999.ebuild +++ b/games-engines/openmw/openmw-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,6 +26,7 @@ RESTRICT="!test? ( test )" # used when BUILD_OPENCS flag is enabled. See bug #676266. RDEPEND=" + app-arch/lz4 dev-games/mygui dev-games/recastnavigation dev-libs/boost:=[threads] @@ -62,7 +63,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/openmw-0.47.0-mygui-license.patch - "${FILESDIR}"/openmw-0.46.0-recastnavigation.patch + "${FILESDIR}"/openmw-0.47.0-bullet-debian.patch ) src_prepare() { @@ -70,10 +71,6 @@ src_prepare() { # Use the system tinyxml headers rm -v extern/oics/tiny{str,xml}* || die - - # Unbundle recastnavigation - rm -vr extern/recastnavigation || die - sed -i "s#GENTOO_RECAST_LIBDIR#${EPREFIX}/usr/$(get_libdir)#" CMakeLists.txt || die } src_configure() { @@ -95,6 +92,7 @@ src_configure() { -DICONDIR="${EPREFIX}/usr/share/icons/hicolor/256x256/apps" -DMORROWIND_DATA_FILES="${EPREFIX}/usr/share/morrowind-data" -DUSE_SYSTEM_TINYXML=ON + -DOPENMW_USE_SYSTEM_RECASTNAVIGATION=ON -DDESIRED_QT_VERSION=5 -DBULLET_USE_DOUBLES=ON ) |