diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2010-08-30 12:41:15 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-08-30 13:41:36 -0700 |
commit | 6356303de63c170a63c35f2b1edec76d9f8eba45 (patch) | |
tree | 045723318aa4eb4a9ec5fb5f8c1e805999d2a10c | |
parent | 8b3d36d56378355f188dd419e35676b2e4086a73 (diff) |
Add talloc to dependencies for libGL built with xlib driver
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0b60837bf4..757571a9bf 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 |