Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
37690fe7
Kaydet (Commit)
37690fe7
authored
May 06, 2013
tarafından
Riccardo Magliocchetti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
configure: force ENABLE_QUICKSTART_LIBPNG to None with --enable-headless
Change-Id: I7ab931bb7c4f0d83dd7701650ec0d6a1ef83fda2
üst
2ce25faf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
configure.ac
configure.ac
+4
-2
No files found.
configure.ac
Dosyayı görüntüle @
37690fe7
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment