#TODO probably wrong script, see https://www.glfw.org/docs/latest/compile.html #TODO port to orbital [source] git = "https://github.com/glfw/glfw" rev = "e2c92645460f680fd272fd2eed591efb2be7dc31" [build] template = "custom" dependencies = [ "libxkbcommon", ] script = """ COOKBOOK_CONFIGURE="cmake" COOKBOOK_CONFIGURE_FLAGS=( -DCMAKE_BUILD_TYPE=Release -DCMAKE_CROSSCOMPILING=True -DCMAKE_EXE_LINKER_FLAGS="-static" -DCMAKE_INSTALL_PREFIX="/" -DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}" -DCMAKE_SYSTEM_NAME=Generic -DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)" -DCMAKE_VERBOSE_MAKEFILE=On "${COOKBOOK_SOURCE}" ) cookbook_configure """