0
0
mirror of https://github.com/minecraft-linux/appimage-builder.git synced 2024-09-22 03:51:33 +00:00
Minecraft-Launcher-appimage/quirks-bookworm.sh
ChristopherHX d62dcc6178
Release/v0.12.1 (#23)
* Release v0.12.1 via Buildbot

* experiment buildarmappimage64-bookworm (#22)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-16 21:52:10 +01:00

11 lines
800 B
Bash

quirk_build_msa() {
add_cmake_options "-DCURL_LIBRARY=/usr/lib/${DEBIANTARGET}/libcurl.so" "-DQt6_DIR=/usr/lib/${DEBIANTARGET}/cmake/Qt6" "-DQt6GuiTools_DIR=/usr/lib/${DEBIANTARGET}/cmake/Qt6GuiTools" "-DOPENGL_opengl_LIBRARY=/usr/lib/${DEBIANTARGET}/libOpenGL.so"
}
quirk_build_mcpelauncher() {
add_cmake_options "-DQt6_DIR=/usr/lib/${DEBIANTARGET}/cmake/Qt6" "-DQt6GuiTools_DIR=/usr/lib/${DEBIANTARGET}/cmake/Qt6GuiTools" "-DOPENGL_opengl_LIBRARY=/usr/lib/${DEBIANTARGET}/libOpenGL.so"
}
quirk_build_mcpelauncher_ui() {
add_cmake_options "-DCURL_LIBRARY=/usr/lib/${DEBIANTARGET}/libcurl.so" "-DQt6_DIR=/usr/lib/${DEBIANTARGET}/cmake/Qt6" "-DQt6GuiTools_DIR=/usr/lib/${DEBIANTARGET}/cmake/Qt6GuiTools" "-DOPENGL_opengl_LIBRARY=/usr/lib/${DEBIANTARGET}/libOpenGL.so" "-DOPENGL_glx_LIBRARY="
}