Fixes dependencies on GL/glx.h and GL/glxext.h files (v2)
These files aren't needed and removing the includes
removes the need to add a wrong and bad dependency on dri.pc.
These files aren't needed and removing the includes
removes the need to add a wrong and bad dependency on dri.pc.
Define conditional with AM_CONDITIONAL before its use.
Usage of Conditionals describes that a conditional
must be defined before it is used in configure.ac
using the macro AM_CONDITIONAL.
This commit fixes ./configure step when --enable-test is
undefined.
Usage of Conditionals describes that a conditional
must be defined before it is used in configure.ac
using the macro AM_CONDITIONAL.
This commit fixes ./configure step when --enable-test is
undefined.
initial commit