diff options
author | 2024-12-25 10:00:28 -0500 | |
---|---|---|
committer | 2024-12-26 12:48:30 -0500 | |
commit | 059593f00ccb54296c8755e60f3ee3707374eeab (patch) | |
tree | f62ca9bef0b225547acbd7edf9e901ae18f60a80 /games-strategy | |
parent | games-simulation/crashtest: add binding := to fltk, soname changed (diff) | |
download | gentoo-059593f00ccb54296c8755e60f3ee3707374eeab.tar.gz gentoo-059593f00ccb54296c8755e60f3ee3707374eeab.tar.bz2 gentoo-059593f00ccb54296c8755e60f3ee3707374eeab.zip |
games-strategy/ja2-stracciatella: remove unused fltk dep
Was going around fltk revdeps adding binding := (soname changed)
only to find that this does not use fltk with -DBUILD_LAUNCHER=OFF.
Doesn't link with it when it's installed, and builds fine when it's
not.
fwiw left the LOCAL_FLTK_LIB=OFF alone to ensure it doesn't fallback
to bundled, not that this code path is reached.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/ja2-stracciatella/ja2-stracciatella-0.21.0-r2.ebuild (renamed from games-strategy/ja2-stracciatella/ja2-stracciatella-0.21.0-r1.ebuild) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.21.0-r1.ebuild b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.21.0-r2.ebuild index f296653e14c9..28db1e673105 100644 --- a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.21.0-r1.ebuild +++ b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.21.0-r2.ebuild @@ -193,7 +193,6 @@ DEPEND=" >=dev-libs/miniaudio-0.11.11 >=dev-libs/rapidjson-1.1.0 media-libs/libsdl2[X,sound,video] - >=x11-libs/fltk-1.3.5[opengl] " RDEPEND=" ${DEPEND} |