[cairo-commit] configure.ac

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Mar 14 17:43:37 UTC 2019


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 81102cc214814cac8c99fed08a877d8f38312e51
Author: Vasilij Schneidermann <mail at vasilij.de>
Date:   Thu Feb 28 09:38:09 2019 +0100

    Disable sphinx build if PNG support is disabled

diff --git a/configure.ac b/configure.ac
index 2f3eed746..2d5151ae7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -828,7 +828,7 @@ CAIRO_ENABLE(symbol_lookup, symbol-lookup, auto, [
 PKG_CHECK_MODULES(glib, glib-2.0, have_glib=yes, have_glib=no)
 AC_SUBST(glib_CFLAGS)
 AC_SUBST(glib_LIBS)
-AM_CONDITIONAL(BUILD_SPHINX, test "x$have_glib" = "xyes" -a "x$have_windows" = "xno")
+AM_CONDITIONAL(BUILD_SPHINX, test "x$have_glib" = "xyes" -a "x$have_windows" = "xno" -a "x$have_png" = "xyes")
 
 save_LIBS="$LIBS"
 AC_CHECK_LIB(rt, shm_open, shm_LIBS="-lrt")


More information about the cairo-commit mailing list