mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 04:58:06 +02:00
Add xthreadlib variable to x11.pc. Bump to 0.99.1.
This commit is contained in:
parent
e1f4c6f5e3
commit
60217fdb91
3 changed files with 18 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-08-17 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* configure.ac:
|
||||
* x11.pc.in:
|
||||
Add xthreadlib variable to x11.pc. Bump to 0.99.1.
|
||||
|
||||
2005-07-14 Keith Packard <keithp@keithp.com>
|
||||
|
||||
* Makefile.am:
|
||||
|
|
|
|||
11
configure.ac
11
configure.ac
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([libX11],
|
||||
0.99.0,
|
||||
0.99.1,
|
||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
|
||||
libX11)
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
|
|
@ -139,6 +139,15 @@ esac
|
|||
AC_SUBST(XTHREADS)
|
||||
AC_SUBST(XUSE_MTSAFE_API)
|
||||
|
||||
dnl XXX incomplete, please fill this in
|
||||
if test x$xthreads == xyes ; then
|
||||
case $host_os in
|
||||
linux*)
|
||||
XTHREADLIB=-lpthread ;;
|
||||
esac
|
||||
fi
|
||||
AC_SUBST(XTHREADLIB)
|
||||
|
||||
AC_CHECK_LIB(Xdmcp, XdmcpWrap, [xdmauth="yes"], [xdmauth="no"], [$XDMCP_LIBS])
|
||||
|
||||
case x$xdmauth in
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ exec_prefix=@exec_prefix@
|
|||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
xthreadlib=@XTHREADLIB@
|
||||
|
||||
Name: X11
|
||||
Description: X Library
|
||||
Version: @PACKAGE_VERSION@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue