diff options
author | Matt Turner <[email protected]> | 2012-09-18 20:22:37 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-09-27 10:25:26 -0700 |
commit | 9ed00075d8ea0ffaa675237e32b8611ad3064dbf (patch) | |
tree | fc1f135dfd8d9d32fcf770a46dbc36e1d54936ef /configure.ac | |
parent | 7da12426f7682ffc44ae40e31d1b5712521fbb70 (diff) |
build: Link libglapi with pthreads
NOTE: This is a candidate for the 9.0 branch.
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=839060
https://bugs.gentoo.org/show_bug.cgi?id=435152
Reviewed-by: Adam Jackson <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 49cdb8249d0..896f98a53bb 100644 --- a/configure.ac +++ b/configure.ac @@ -524,6 +524,7 @@ if test "x$enable_selinux" = "xyes"; then SELINUX_LIBS="-lselinux" DEFINES="$DEFINES -DMESA_SELINUX" fi +AC_SUBST([SELINUX_LIBS]) dnl Options for APIs AC_ARG_ENABLE([opengl], @@ -920,10 +921,6 @@ AC_SUBST([GLESv1_CM_PC_LIB_PRIV]) AC_SUBST([GLESv2_LIB_DEPS]) AC_SUBST([GLESv2_PC_LIB_PRIV]) -GLAPI_LIB_DEPS="-lpthread $SELINUX_LIBS" -AC_SUBST([GLAPI_LIB_DEPS]) - - DRI_LIB_DEPS="\$(top_builddir)/src/mesa/libdricore/libdricore${VERSION}.la" AC_SUBST([HAVE_XF86VIDMODE]) |