From: Chia-I Wu <[email protected]> As libGL will use libglapi for function lookups, we need to enable the remap table.
Tested-by: Brian Paul <[email protected]> Tested-by: Matt Turner <[email protected]> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45660 (cherry picked from commit 50683d2aa6456f3abec8387b0b02f67ab2cab3e5) --- configure.ac | 3 +++ 1 fil ändrad, 3 tillägg(+) diff --git a/configure.ac b/configure.ac index fbaa376..b70ab03 100644 --- a/configure.ac +++ b/configure.ac @@ -712,6 +712,9 @@ AC_ARG_ENABLE([shared-glapi], SHARED_GLAPI="0" if test "x$enable_shared_glapi" = xyes; then SHARED_GLAPI="1" + # libGL will use libglapi for function lookups (IN_DRI_DRIVER means to use + # the remap table) + DEFINES="$DEFINES -DIN_DRI_DRIVER" fi AC_SUBST([SHARED_GLAPI]) -- 1.7.10.4 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

