temporary fix for broken mcpelauncher-ui-qt build
glfw support was added at some point during the last month, and appears to be optional, but defaults to enabled. however, right now it seems that the url to download some glfw source code fails. (i really need to version these ebuilds)
This commit is contained in:
parent
b5401c31a2
commit
20cbe279b8
|
@ -31,6 +31,7 @@ src_configure() {
|
||||||
|
|
||||||
local mycmakeargs=(
|
local mycmakeargs=(
|
||||||
-DBUILD_SHARED_LIBS=OFF
|
-DBUILD_SHARED_LIBS=OFF
|
||||||
|
-DLAUNCHER_ENABLE_GLFW=OFF # 2023-08-28: just temporarily to deal with broken glfw source download during build
|
||||||
)
|
)
|
||||||
|
|
||||||
cmake_src_configure
|
cmake_src_configure
|
||||||
|
|
Loading…
Reference in a new issue