diff options
Diffstat (limited to 'games-simulation/openrct2/openrct2-9999.ebuild')
-rw-r--r-- | games-simulation/openrct2/openrct2-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild index 36be8a5dcec7..cb037d692f2a 100644 --- a/games-simulation/openrct2/openrct2-9999.ebuild +++ b/games-simulation/openrct2/openrct2-9999.ebuild @@ -79,6 +79,7 @@ src_prepare() { src_configure() { local mycmakeargs=( + -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}" -DDISABLE_HTTP_TWITCH="$(usex !twitch)" -DDISABLE_NETWORK="$(usex !multiplayer)" -DDISABLE_OPENGL="$(usex !opengl)" |