build: Remove dead SHARED_GLAPI variable
The static Makefiles used it. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
This commit is contained in:
@@ -725,16 +725,12 @@ if test "x$enable_dri" = xno; then
|
|||||||
enable_shared_glapi=no
|
enable_shared_glapi=no
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# TODO: Get rid of SHARED_GLAPI variable
|
|
||||||
SHARED_GLAPI="0"
|
|
||||||
if test "x$enable_shared_glapi" = xyes; then
|
if test "x$enable_shared_glapi" = xyes; then
|
||||||
SHARED_GLAPI="1"
|
|
||||||
# libGL will use libglapi for function lookups (IN_DRI_DRIVER means to use
|
# libGL will use libglapi for function lookups (IN_DRI_DRIVER means to use
|
||||||
# the remap table)
|
# the remap table)
|
||||||
DEFINES="$DEFINES -DIN_DRI_DRIVER"
|
DEFINES="$DEFINES -DIN_DRI_DRIVER"
|
||||||
CORE_DIRS="mapi/shared-glapi"
|
CORE_DIRS="mapi/shared-glapi"
|
||||||
fi
|
fi
|
||||||
AC_SUBST([SHARED_GLAPI])
|
|
||||||
AM_CONDITIONAL(HAVE_SHARED_GLAPI, test "x$enable_shared_glapi" = xyes)
|
AM_CONDITIONAL(HAVE_SHARED_GLAPI, test "x$enable_shared_glapi" = xyes)
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
|
@@ -28,7 +28,6 @@
|
|||||||
# EGL_PLATFORMS - platforms to support
|
# EGL_PLATFORMS - platforms to support
|
||||||
# EGL_CLIENT_APIS - state trackers to support
|
# EGL_CLIENT_APIS - state trackers to support
|
||||||
# GALLIUM_WINSYS_DIRS - pipe drivers to support
|
# GALLIUM_WINSYS_DIRS - pipe drivers to support
|
||||||
# SHARED_GLAPI - st/mesa can be statically linked or not
|
|
||||||
#
|
#
|
||||||
include $(top_srcdir)/src/gallium/Automake.inc
|
include $(top_srcdir)/src/gallium/Automake.inc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user