Kaydet (Commit) 37690fe7 authored tarafından Riccardo Magliocchetti's avatar Riccardo Magliocchetti

configure: force ENABLE_QUICKSTART_LIBPNG to None with --enable-headless

Change-Id: I7ab931bb7c4f0d83dd7701650ec0d6a1ef83fda2
üst 2ce25faf
...@@ -4330,7 +4330,7 @@ if test "$enable_headless" = "yes"; then ...@@ -4330,7 +4330,7 @@ if test "$enable_headless" = "yes"; then
test_tde=no test_tde=no
test_kde=no test_kde=no
test_kde4=no test_kde4=no
test_unix_quickstarter=no enable_unix_qstart_libpng=no
enable_cairo_canvas=no enable_cairo_canvas=no
enable_gnome_vfs=no enable_gnome_vfs=no
fi fi
...@@ -9536,7 +9536,9 @@ AC_SUBST(TELEPATHY_LIBS) ...@@ -9536,7 +9536,9 @@ AC_SUBST(TELEPATHY_LIBS)
dnl =================================================================== dnl ===================================================================
PKG_CHECK_MODULES( LIBPNG, libpng, ENABLE_QUICKSTART_LIBPNG="TRUE", ENABLE_QUICKSTART_LIBPNG="" ) if test "$enable_headless" != "yes"; then
PKG_CHECK_MODULES( LIBPNG, libpng, ENABLE_QUICKSTART_LIBPNG="TRUE", ENABLE_QUICKSTART_LIBPNG="" )
fi
AC_SUBST(LIBPNG_LIBS) AC_SUBST(LIBPNG_LIBS)
AC_SUBST(LIBPNG_CFLAGS) AC_SUBST(LIBPNG_CFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment