diff options
author | Thiago Donato Ferreira <flowlnlnln@gmail.com> | 2023-07-26 09:35:34 -0300 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-07-29 14:12:47 +0200 |
commit | e7c2f9adfb5c9e2f029b48b0b7aeb5c0f4b2ca9b (patch) | |
tree | 4ddf598cf916918246129f96adf977f6c09dd06d /games-action/prismlauncher | |
parent | games-action/prismlauncher: drop 7.0 (diff) | |
download | gentoo-e7c2f9adfb5c9e2f029b48b0b7aeb5c0f4b2ca9b.tar.gz gentoo-e7c2f9adfb5c9e2f029b48b0b7aeb5c0f4b2ca9b.tar.bz2 gentoo-e7c2f9adfb5c9e2f029b48b0b7aeb5c0f4b2ca9b.zip |
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@gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'games-action/prismlauncher')
-rw-r--r-- | games-action/prismlauncher/prismlauncher-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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) |