Kaydet (Commit) e5d83653 authored tarafından Korrawit Pruegsanusak's avatar Korrawit Pruegsanusak Kaydeden (comit) Michael Stahl

Explicitly check for libGL before building

Change-Id: I5a84bc396925828a11d3c680d1a52e99321547a1
Reviewed-on: https://gerrit.libreoffice.org/23335Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 449ceded
......@@ -10438,6 +10438,7 @@ elif test $_os = WINNT; then
else
if test "$USING_X11" = TRUE; then
ENABLE_OPENGL=TRUE
AC_CHECK_LIB(GL, glBegin, [:], AC_MSG_ERROR([libGL required.]))
fi
ENABLE_OPENGL_CANVAS=TRUE
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment