Skip to content

Commit

Permalink
games-strategy/0ad: fix USE=-nvtt installation
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 1, 2021
1 parent 17601d8 commit bb706c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ src_install() {
# Install bundled SpiderMonkey and nvtt
# bug #771147 (comment 1)
exeinto /usr/$(get_libdir)/${PN}
doexe binaries/system/{libCollada,libmozjs78-ps-release,libnvtt,libnvcore,libnvimage,libnvmath}.so
doexe binaries/system/{libCollada,libmozjs78-ps-release}

use nvtt && doexe /binaries/system/{libnvtt,libnvcore,libnvimage,libnvmath}.so
use editor && doexe binaries/system/libAtlasUI.so

dodoc binaries/system/readme.txt
Expand Down

0 comments on commit bb706c5

Please sign in to comment.