summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Donato Ferreira <flowlnlnln@gmail.com>2022-12-11 09:24:46 -0300
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-12-12 18:55:49 +0100
commitb5ecbb3d9a74a7120c79b07874f8283fbb257917 (patch)
treed239cc1bcbbac57b147364df29944a2902436547 /games-action
parentdev-libs/mpc: add 1.3.1_rc1 (identical to 1.3.0-r1) (diff)
downloadgentoo-b5ecbb3d9a74a7120c79b07874f8283fbb257917.tar.gz
gentoo-b5ecbb3d9a74a7120c79b07874f8283fbb257917.tar.bz2
gentoo-b5ecbb3d9a74a7120c79b07874f8283fbb257917.zip
games-action/prismlauncher: prefer system zlib and ECM over bundled ones
There's no need to clone the subprojects and compile them if the user already has it on their system. Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/prismlauncher/prismlauncher-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild
index ad60b690649f..2c80e3d6509d 100644
--- a/games-action/prismlauncher/prismlauncher-9999.ebuild
+++ b/games-action/prismlauncher/prismlauncher-9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then
"
# TODO: Add tomlplusplus as a system library, like quazip
- EGIT_SUBMODULES=( '*' '-libraries/quazip' '-libraries/filesystem' )
+ EGIT_SUBMODULES=( '*' '-libraries/quazip' '-libraries/filesystem' '-libraries/zlib' '-libraries/extra-cmake-modules' )
else
MY_PN="PrismLauncher"