mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 06:28:01 +02:00
Pass --cache-file=config.cache and --disable-static to configure from
autogen.sh.
This commit is contained in:
parent
f5ee9557c3
commit
83a8a50735
2 changed files with 7 additions and 1 deletions
|
|
@ -170,4 +170,4 @@ do_cmd $AUTOCONF
|
|||
|
||||
cd $ORIGDIR || exit 1
|
||||
|
||||
do_cmd $srcdir/configure --enable-maintainer-mode --enable-gtk-doc ${1+"$@"} && echo "Now type \`make' to compile" || exit 1
|
||||
do_cmd $srcdir/configure --cache-file=config.cache --disable-static --enable-maintainer-mode --enable-gtk-doc ${1+"$@"} && echo "Now type \`make' to compile" || exit 1
|
||||
|
|
|
|||
|
|
@ -238,6 +238,12 @@ DISTCLEANFILES = $(backend_pkgconfigs)
|
|||
EXTRA_DIST = cairo-backend.pc.in
|
||||
|
||||
|
||||
$(top_builddir)/config.h: $(top_srcdir)/config.h.in
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) config.h
|
||||
|
||||
cairo-features.h:
|
||||
cd $(top_builddir) && ./config.status src/cairo-features.h
|
||||
|
||||
cairo.def: $(cairo_win32_api_headers)
|
||||
(echo EXPORTS; \
|
||||
cat $(cairo_win32_api_headers) | \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue