mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 11:10:10 +01:00
use $(*_LIB) in the *_LIB_NAME definitions
This commit is contained in:
parent
8fb17f5b3f
commit
05bbafa01a
1 changed files with 5 additions and 5 deletions
|
|
@ -35,11 +35,11 @@ OSMESA_LIB = OSMesa
|
||||||
|
|
||||||
|
|
||||||
# Library names (actual file names)
|
# Library names (actual file names)
|
||||||
GL_LIB_NAME = libGL.so
|
GL_LIB_NAME = lib$(GL_LIB).so
|
||||||
GLU_LIB_NAME = libGLU.so
|
GLU_LIB_NAME = lib$(GLU_LIB).so
|
||||||
GLUT_LIB_NAME = libglut.so
|
GLUT_LIB_NAME = lib$(GLUT_LIB).so
|
||||||
GLW_LIB_NAME = libGLw.so
|
GLW_LIB_NAME = lib$(GLW_LIB).so
|
||||||
OSMESA_LIB_NAME = libOSMesa.so
|
OSMESA_LIB_NAME = lib$(OSMesa).so
|
||||||
|
|
||||||
|
|
||||||
# Optional assembly language optimization files for libGL
|
# Optional assembly language optimization files for libGL
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue