Mesa (7.11): configure.ac: add DLOPEN_LIBS to xlib build

Marek Olšák mareko at kemper.freedesktop.org
Wed Jul 27 22:31:10 UTC 2011


Module: Mesa
Branch: 7.11
Commit: a26b6cc001bf5797221aa35e9455db7adc06d27e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a26b6cc001bf5797221aa35e9455db7adc06d27e

Author: Marek Olšák <maraeo at gmail.com>
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.
(cherry picked from commit 0aed27ee37860ba332df776425d89d97ca1168b2)

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3abb533..fc02e90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -829,7 +829,7 @@ xlib)
         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




More information about the mesa-commit mailing list