Skip to content
Snippets Groups Projects
Commit 6713b96b authored by Matt Turner's avatar Matt Turner
Browse files

build: Don't check for osmesa.h since it's not used

parent 7545544b
No related branches found
No related tags found
No related merge requests found
......@@ -64,9 +64,6 @@ dnl Get the pkg-config definitions for libGL/OSMesa. We include a fallback
dnl path for implementations that don't provide a .pc file
if test "x$OSMESA" = "xyes"; then
PKG_CHECK_MODULES(OSMESA, [osmesa], [], [
AC_CHECK_HEADER([GL/osmesa.h],
[],
AC_MSG_ERROR([OSMesa not found]))
AC_CHECK_LIB([OSMesa],
[glBegin],
[OSMESA_LIBS=-lOSMesa],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment