diff options
author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2023-09-09 00:37:19 +0100 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-09-08 20:46:17 -0400 |
commit | e2707470231c57a1611142d09225a7becc6f0b94 (patch) | |
tree | a3b510a1fb68701c715fd324c16191ed878dcc81 /games-engines | |
parent | dev-libs/gobject-introspection: Version bump to 1.78.0 (diff) | |
download | gentoo-e2707470231c57a1611142d09225a7becc6f0b94.tar.gz gentoo-e2707470231c57a1611142d09225a7becc6f0b94.tar.bz2 gentoo-e2707470231c57a1611142d09225a7becc6f0b94.zip |
games-engines/openmw: don't download gtest
Closes: https://bugs.gentoo.org/912457
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/openmw/openmw-0.48.0.ebuild | 1 | ||||
-rw-r--r-- | games-engines/openmw/openmw-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/games-engines/openmw/openmw-0.48.0.ebuild b/games-engines/openmw/openmw-0.48.0.ebuild index 6190481f116b..b0100e2e2812 100644 --- a/games-engines/openmw/openmw-0.48.0.ebuild +++ b/games-engines/openmw/openmw-0.48.0.ebuild @@ -97,6 +97,7 @@ src_configure() { -DGLOBAL_DATA_PATH="${EPREFIX}/usr/share" -DICONDIR="${EPREFIX}/usr/share/icons/hicolor/256x256/apps" -DUSE_SYSTEM_TINYXML=ON + -DOPENMW_USE_SYSTEM_GOOGLETEST=ON -DOPENMW_USE_SYSTEM_RECASTNAVIGATION=ON ) diff --git a/games-engines/openmw/openmw-9999.ebuild b/games-engines/openmw/openmw-9999.ebuild index 6190481f116b..b0100e2e2812 100644 --- a/games-engines/openmw/openmw-9999.ebuild +++ b/games-engines/openmw/openmw-9999.ebuild @@ -97,6 +97,7 @@ src_configure() { -DGLOBAL_DATA_PATH="${EPREFIX}/usr/share" -DICONDIR="${EPREFIX}/usr/share/icons/hicolor/256x256/apps" -DUSE_SYSTEM_TINYXML=ON + -DOPENMW_USE_SYSTEM_GOOGLETEST=ON -DOPENMW_USE_SYSTEM_RECASTNAVIGATION=ON ) |