diff options
author | Thiago Donato Ferreira <flowlnlnln@gmail.com> | 2022-07-23 11:07:35 -0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-29 04:15:02 +0100 |
commit | 2ee47f8b8e1dd38985816afe5ef76213eada857a (patch) | |
tree | 459c4ebf3e59173fcd7a3e2710489b0c89887afd /games-action | |
parent | games-action/polymc: add app-text/scdoc as a build-time dependency (diff) | |
download | gentoo-2ee47f8b8e1dd38985816afe5ef76213eada857a.tar.gz gentoo-2ee47f8b8e1dd38985816afe5ef76213eada857a.tar.bz2 gentoo-2ee47f8b8e1dd38985816afe5ef76213eada857a.zip |
games-action/polymc: explicitly add Qt5 build config
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/polymc/polymc-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-action/polymc/polymc-9999.ebuild b/games-action/polymc/polymc-9999.ebuild index eec654ffacd7..79439b22ba10 100644 --- a/games-action/polymc/polymc-9999.ebuild +++ b/games-action/polymc/polymc-9999.ebuild @@ -94,6 +94,8 @@ src_configure(){ -DCMAKE_INSTALL_PREFIX="/usr" # Resulting binary is named polymc -DLauncher_APP_BINARY_NAME="${PN}" + # Force Qt5 to avoid accidentaly building the Qt6 version and breaking things + -DLauncher_QT_VERSION_MAJOR=5 -DENABLE_LTO=$(usex lto) -DBUILD_TESTING=$(usex test) |