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:
Gered 2023-08-28 21:45:34 -04:00
parent b5401c31a2
commit 20cbe279b8

View file

@ -31,6 +31,7 @@ src_configure() {
local mycmakeargs=(
-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