Mesa (master): Add talloc to dependencies for libGL built with xlib driver

Eric Anholt anholt at kemper.freedesktop.org
Mon Aug 30 20:42:41 UTC 2010


Module: Mesa
Branch: master
Commit: 6356303de63c170a63c35f2b1edec76d9f8eba45
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6356303de63c170a63c35f2b1edec76d9f8eba45

Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Mon Aug 30 12:41:15 2010 +0100

Add talloc to dependencies for libGL built with xlib driver

Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>

---

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

diff --git a/configure.ac b/configure.ac
index 0b60837..757571a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -578,8 +578,8 @@ 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_PC_LIB_PRIV="$GL_PC_LIB_PRIV $SELINUX_LIBS -lm -lpthread"
+    GL_LIB_DEPS="$GL_LIB_DEPS $SELINUX_LIBS -lm -lpthread $TALLOC_LIBS"
+    GL_PC_LIB_PRIV="$GL_PC_LIB_PRIV $SELINUX_LIBS -lm -lpthread $TALLOC_LIBS"
 
     # if static, move the external libraries to the programs
     # and empty the libraries for libGL




More information about the mesa-commit mailing list