Skip to content
Snippets Groups Projects
Commit a26b6cc0 authored by Marek Olšák's avatar Marek Olšák
Browse files

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 0aed27ee)
parent 7d992b84
No related branches found
No related tags found
No related merge requests found
...@@ -829,7 +829,7 @@ xlib) ...@@ -829,7 +829,7 @@ xlib)
GL_PC_LIB_PRIV="$GL_LIB_DEPS" GL_PC_LIB_PRIV="$GL_LIB_DEPS"
GL_PC_CFLAGS="$X11_INCLUDES" GL_PC_CFLAGS="$X11_INCLUDES"
fi 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" GL_PC_LIB_PRIV="$GL_PC_LIB_PRIV $SELINUX_LIBS -lm -lpthread"
# if static, move the external libraries to the programs # if static, move the external libraries to the programs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment