mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-21 15:40:33 +01:00
Invoke PKG_PROG_PKG_CONFIG so $PKG_CONFIG will be set early on.
This commit is contained in:
parent
1810eaf8f2
commit
de3358f883
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-10-04 Anders Carlsson <andersca@imendio.com>
|
||||
|
||||
* configure.in: Invoke PKG_PROG_PKG_CONFIG so $PKG_CONFIG
|
||||
will be set early on.
|
||||
|
||||
2005-10-03 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* NEWS: Add notes for the 1.0.2 release.
|
||||
|
|
|
|||
|
|
@ -83,6 +83,10 @@ LIBS="$LIBS $LIBM"
|
|||
|
||||
dnl ===========================================================================
|
||||
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
||||
dnl ===========================================================================
|
||||
|
||||
AC_ARG_ENABLE(xlib,
|
||||
[ --disable-xlib Disable cairo's Xlib backend],
|
||||
[use_xlib=$enableval], [use_xlib=yes])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue