mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 21:08:10 +02:00
Invoke PKG_PROG_PKG_CONFIG so $PKG_CONFIG will be set early on.
This commit is contained in:
parent
cff8f83148
commit
167c3b430f
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>
|
||||
|
||||
* src/cairo-win32-surface.c: (DllMain): Add missing initialization
|
||||
|
|
|
|||
|
|
@ -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