mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
Revert "Make sure libGL.so links with libglsl"
This reverts commit f53e7e981e.
This commit is contained in:
parent
f6cc4347de
commit
8c436b4ea6
2 changed files with 1 additions and 3 deletions
|
|
@ -401,7 +401,6 @@ GLESv1_CM_LIB_NAME='lib$(GLESv1_CM_LIB).'${LIB_EXTENSION}
|
|||
GLESv2_LIB_NAME='lib$(GLESv2_LIB).'${LIB_EXTENSION}
|
||||
VG_LIB_NAME='lib$(VG_LIB).'${LIB_EXTENSION}
|
||||
GLAPI_LIB_NAME='lib$(GLAPI_LIB).'${LIB_EXTENSION}
|
||||
GLSL_LIB_NAME='libglsl.'${LIB_EXTENSION}
|
||||
|
||||
GL_LIB_GLOB=${LIB_PREFIX_GLOB}'$(GL_LIB)'${LIB_VERSION_SEPARATOR}'*'${LIB_EXTENSION}'*'
|
||||
GLU_LIB_GLOB=${LIB_PREFIX_GLOB}'$(GLU_LIB)'${LIB_VERSION_SEPARATOR}'*'${LIB_EXTENSION}'*'
|
||||
|
|
@ -421,7 +420,6 @@ AC_SUBST([GLESv1_CM_LIB_NAME])
|
|||
AC_SUBST([GLESv2_LIB_NAME])
|
||||
AC_SUBST([VG_LIB_NAME])
|
||||
AC_SUBST([GLAPI_LIB_NAME])
|
||||
AC_SUBST([GLSL_LIB_NAME])
|
||||
|
||||
AC_SUBST([GL_LIB_GLOB])
|
||||
AC_SUBST([GLU_LIB_GLOB])
|
||||
|
|
|
|||
|
|
@ -368,7 +368,7 @@ COMMON_DRIVER_OBJECTS = $(COMMON_DRIVER_SOURCES:.c=.o)
|
|||
### Other archives/libraries
|
||||
|
||||
GLSL_LIBS = \
|
||||
$(TOP)/src/glsl/.libs/$(GLSL_LIB_NAME)
|
||||
$(TOP)/src/glsl/libglsl.la
|
||||
|
||||
|
||||
### Include directories
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue