Module: Mesa Branch: master Commit: 0aed27ee37860ba332df776425d89d97ca1168b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0aed27ee37860ba332df776425d89d97ca1168b2
Author: Marek Olšák <[email protected]> Date: Tue Jul 26 01:05:51 2011 +0200 configure.ac: add DLOPEN_LIBS to xlib build Otherwise xlib-based llvmpipe fails to link. NOTE: This is a candidate for the 7.11 branch. --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 40924a9..1b1823a 100644 --- a/configure.ac +++ b/configure.ac @@ -951,7 +951,7 @@ xyesyes) GL_PC_LIB_PRIV="$GL_LIB_DEPS" GL_PC_CFLAGS="$X11_INCLUDES" fi - GL_LIB_DEPS="$GL_LIB_DEPS $SELINUX_LIBS -lm -lpthread" + GL_LIB_DEPS="$GL_LIB_DEPS $SELINUX_LIBS -lm -lpthread $DLOPEN_LIBS" GL_PC_LIB_PRIV="$GL_PC_LIB_PRIV $SELINUX_LIBS -lm -lpthread" # if static, move the external libraries to the programs _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
