mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
updated for GL instead of MesaGL
This commit is contained in:
parent
4811b7c7e0
commit
3d7e15533f
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ RSRCS=
|
|||
# naming scheme you need to specify the path to the library
|
||||
# and it's name
|
||||
# library: my_lib.a entry: my_lib.a or path/my_lib.a
|
||||
LIBS= MesaGL MesaGLU be
|
||||
#LIBS= MesaGL MesaGLU be
|
||||
LIBS= GL GLU be
|
||||
|
||||
# specify additional paths to directories following the standard
|
||||
# libXXX.so or libXXX.a naming scheme. You can specify full paths
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue