summaryrefslogtreecommitdiff
path: root/distro-configs
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-03 13:34:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-03 13:34:05 +0100
commit2a6980107015a30e01873a45f8798b8a20ccfd73 (patch)
tree7d1f27b742b421aedae95720150def944f952568 /distro-configs
parentc2500a004dbb4830202b49d8031e35e66c7c739d (diff)
--without-system-libpng for "universal" Linux builds
...so that e.g. Fedora 17 does not require installation of libpng-compat package for old libpng12.so. Change-Id: I45cf3928b30dbbb815f70cde1972dc4972007c05
Diffstat (limited to 'distro-configs')
-rw-r--r--distro-configs/LibreOfficeLinux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/distro-configs/LibreOfficeLinux.conf b/distro-configs/LibreOfficeLinux.conf
index 244bffd3f957..4ed55eec5b12 100644
--- a/distro-configs/LibreOfficeLinux.conf
+++ b/distro-configs/LibreOfficeLinux.conf
@@ -7,6 +7,7 @@
--without-system-openssl
--without-system-mozilla
--without-system-mesa-headers
+--without-system-libpng
--without-system-libxml
--without-system-jpeg
--without-system-jars
0100'>2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen 2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen 2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov 2019-03-04simplify UNO getTypes methodsNoel Grandin 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin 2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann 2017-12-18loplugin:unusedindexMike Kaganski 2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin 2017-07-02loplugin:casttovoid: connectivityStephan Bergmann 2017-05-30teach redundantcast plugin about functional castsNoel Grandin 2017-02-15Drop :: prefix from std in c*/Tor Lillqvist 2017-02-06Add missing #includesStephan Bergmann 2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann