fdo#62110: GLU also needs -lGL to link
Change-Id: Ida9d03564cf003cae282792f0daf5945cff34108
This commit is contained in:
committed by
Michael Stahl
parent
b5f296f818
commit
fac49ace81
@@ -9523,6 +9523,7 @@ else
|
||||
AC_MSG_RESULT([yes])
|
||||
AC_CHECK_LIB([GL], [main], [:],
|
||||
[AC_MSG_ERROR(libGL not installed or functional)], [])
|
||||
LDFLAGS="$LDFLAGS -lGL"
|
||||
AC_CHECK_LIB([GLU], [main], [:],
|
||||
[AC_MSG_ERROR(libGLU not installed or functional)], [])
|
||||
ENABLE_OPENGL=TRUE
|
||||
|
Reference in New Issue
Block a user