From e34919f8297fec84d7fa47269528feee2704dc5e Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sun, 29 Jan 2023 10:50:54 +0000 Subject: games-action/supertuxkart: Drop unused CMake options from 1.3 1.4 was already fixed. Closes: https://bugs.gentoo.org/830619 Signed-off-by: James Le Cuirot --- games-action/supertuxkart/supertuxkart-1.3.ebuild | 2 -- 1 file changed, 2 deletions(-) (limited to 'games-action') diff --git a/games-action/supertuxkart/supertuxkart-1.3.ebuild b/games-action/supertuxkart/supertuxkart-1.3.ebuild index e262058aa7d1..54504fdfec32 100644 --- a/games-action/supertuxkart/supertuxkart-1.3.ebuild +++ b/games-action/supertuxkart/supertuxkart-1.3.ebuild @@ -67,11 +67,9 @@ src_configure() { -DUSE_SQLITE3=$(usex sqlite) -DUSE_SYSTEM_ANGELSCRIPT=ON -DUSE_SYSTEM_ENET=ON - -DUSE_SYSTEM_GLEW=ON -DUSE_SYSTEM_SQUISH=OFF -DUSE_SYSTEM_WIIUSE=OFF -DUSE_IPV6=OFF # not supported by system enet - -DOpenGL_GL_PREFERENCE=GLVND -DUSE_CRYPTO_OPENSSL=$(usex nettle no yes) -DBUILD_RECORDER=$(usex recorder) -DUSE_WIIUSE=$(usex wiimote) -- cgit v1.2.3-65-gdbad