commit: e7c2f9adfb5c9e2f029b48b0b7aeb5c0f4b2ca9b
Author: Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com>
AuthorDate: Wed Jul 26 12:35:34 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 12:12:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c2f9ad
games-action/prismlauncher: add BUILD_PLATFORM information in CMake
This is used for showing the platform the package was builded on on
startup, to help troubleshooting issues on upstream.
Signed-off-by: Thiago Donato Ferreira <flowlnlnln <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
games-action/prismlauncher/prismlauncher-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild
b/games-action/prismlauncher/prismlauncher-9999.ebuild
index 19ea1c798175..1d4b9a04996f 100644
--- a/games-action/prismlauncher/prismlauncher-9999.ebuild
+++ b/games-action/prismlauncher/prismlauncher-9999.ebuild
@@ -118,6 +118,7 @@ src_configure(){
-DCMAKE_INSTALL_PREFIX="/usr"
# Resulting binary is named prismlauncher
-DLauncher_APP_BINARY_NAME="${PN}"
+ -DLauncher_BUILD_PLATFORM="Gentoo"
-DLauncher_QT_VERSION_MAJOR=$(usex qt6 6 5)
-DENABLE_LTO=$(usex lto)