Skip to content

#876 Remove Opengl libs from ALL_PKG_LIBS.

Metadata

Property Value
Reported by Robert K (robertk@posteo.org)
Reported at Feb 13, 2011 21:31
Type Bug Report
Version 2.0
Operating System Unspecified / All
Last edited by Robert K (robertk@posteo.org)
Last edited at Feb 14, 2011 12:24
Closed by Robert K (robertk@posteo.org)
Closed at Feb 14, 2011 12:24
Closed in version Unknown
Resolution Fixed
Comment in dune-common -r6344. Add the GL_* flags manually from now on. For usage of Grape these flags are added to the GRAPE_* flags.

Description

The check for opengl is direclty added to the ALL_PKG_FLAGS,LIBS. Since it cannot be disabled by --without-gl (or opengl) it should be removed form the ALL_PKG_LIBS,FLAGS. This caused, for example, problems on JUGENE for some reason.