Compare commits
2 commits
b7c6e704d6
...
7a74db37e8
Author | SHA1 | Date | |
---|---|---|---|
7a74db37e8 | |||
56731ac8db |
2 changed files with 14 additions and 0 deletions
|
@ -62,6 +62,7 @@ QT_DEPS="
|
|||
qt6? (
|
||||
>=dev-qt/qtbase-${MIN_QT_6_VERSION}:6[concurrent,gui,network,widgets,xml(+)]
|
||||
>=dev-qt/qt5compat-${MIN_QT_6_VERSION}:6
|
||||
>=dev-qt/qtnetworkauth-${MIN_QT_6_VERSION}:6
|
||||
)
|
||||
"
|
||||
|
||||
|
|
13
games-action/prismlauncher/tmp.patch
Normal file
13
games-action/prismlauncher/tmp.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- flatpak/org.prismlauncher.PrismLauncher.yml.orig 2024-10-24 09:18:59.771398663 -0700
|
||||
+++ flatpak/org.prismlauncher.PrismLauncher.yml 2024-10-24 09:20:30.665136342 -0700
|
||||
@@ -35,8 +35,8 @@
|
||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
build-options:
|
||||
env:
|
||||
- JAVA_HOME: /usr/lib/sdk/openjdk17/jvm/openjdk-17
|
||||
- JAVA_COMPILER: /usr/lib/sdk/openjdk17/jvm/openjdk-17/bin/javac
|
||||
+ JAVA_HOME: "$(java-config -O)"
|
||||
+ JAVA_COMPILER: "$(java-config -c)"
|
||||
run-tests: true
|
||||
sources:
|
||||
- type: dir
|
Loading…
Reference in a new issue