summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-09-18 20:22:37 -0700
committerMatt Turner <mattst88@gmail.com>2012-09-27 10:25:26 -0700
commit9ed00075d8ea0ffaa675237e32b8611ad3064dbf (patch)
treefc1f135dfd8d9d32fcf770a46dbc36e1d54936ef /configure.ac
parent7da12426f7682ffc44ae40e31d1b5712521fbb70 (diff)
downloadexternal_mesa3d-9ed00075d8ea0ffaa675237e32b8611ad3064dbf.zip
external_mesa3d-9ed00075d8ea0ffaa675237e32b8611ad3064dbf.tar.gz
external_mesa3d-9ed00075d8ea0ffaa675237e32b8611ad3064dbf.tar.bz2
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 <ajax@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 49cdb82..896f98a 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])