summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Updated mdds to 0.6.1.Kohei Yoshida2012-09-181-1/+1
| | | | Change-Id: Ibc0a67b689e5731afdfe2b9af7d991a998ffb389
* nothing propagates HAVE_CUPS_H so cups is always disabledCaolán McNamara2012-09-171-12/+12
| | | | | | | | | | regression from 22f2e5f286d55cd5c1ead07fb82cd78027abf490 so, lets follow the same pattern as else where and fixup ENABLE_CUPS to be TRUE when enabled and lets just link against cups and not do the dlopen dance Change-Id: I3cff1bd98a7474c403d7ff66183e76e26e407de8
* updated libcmis to 0.3.0Cédric Bosdonnat2012-09-141-2/+2
| | | | Change-Id: Ied3f21fa021ad0dbe044ae05941389810462d821
* add a configure option to make assert() abort in release codeNorbert Thiebaud2012-09-141-0/+17
| | | | Change-Id: I93720ee3338426174b31a6ea6dba3af7ffb7e207
* configure.in: typoMiklos Vajna2012-09-121-1/+1
| | | | Change-Id: I209594460e2b2dd5e8621375f555e38ec0009e7c
* fix ./configure --without-system-liblangtagDavid Tardon2012-09-111-1/+1
| | | | Change-Id: I4640e4c626a209035697e69587852ec86af16136
* Fix liblangtag and GLib checks for iOS and AndroidTor Lillqvist2012-09-111-9/+9
| | | | Change-Id: If6b46ebdb63d7688830f5ee712c124c07e93661b
* liborcus: convert to gbuildMatúš Kukan2012-09-111-1/+0
| | | | Change-Id: I6a0d869526ffd40bfe5ff81267f241c049d050f0
* Fix typoTor Lillqvist2012-09-111-1/+1
| | | | Change-Id: Ibe0da6862cd241e10d79817aab08a65590610604
* add AC_ARG_ENABLE for packagekit; remove "auto font install" from dbusRene Engelhard2012-09-111-1/+7
| | | | Change-Id: I973bc94569559a65484d359fe153bc6a53bbd848
* fix li--with-system-liblangtag descriptionRene Engelhard2012-09-111-1/+1
| | | | Change-Id: I7904d041d1512e988aa121d4cb438aa4ccb04011
* default to off for packagekit usage; add --enable-packagekitRene Engelhard2012-09-111-0/+14
| | | | Change-Id: Ib644cc3768ced8a1959fb9ea9f7f24e29fce87ad
* implement --with-system-liblangtagRene Engelhard2012-09-111-15/+27
| | | | Change-Id: I182f95c294ec41cf74cd495fd6141a7d1c33b3ff
* one more attempt to check the right orcus pkg-config name :-)Petr Mladek2012-09-101-1/+1
| | | | Change-Id: I784f9b0d3ec08b2136a178ecd789acbc381967fe
* Work with system liborcus.Tomáš Chvátal2012-09-101-1/+1
| | | | Change-Id: I1da517b19774ed6f44c34e0d8057419b1a66a9f1
* fix typoMatúš Kukan2012-09-091-4/+2
| | | | Change-Id: Iaf2180946186e9490840ebbdd5f948a31103dc4f
* libpng: convert to gbuildMatúš Kukan2012-09-091-1/+2
| | | | Change-Id: I68d8eb5ee481c893ca1ddecf891db66bef5b03f2
* libcmis: convert to gbuildMatúš Kukan2012-09-081-4/+5
| | | | Change-Id: I4586cb27505bbdc20a543fc812d8b480b4b94236
* libwpd: convert to gbuildMatúš Kukan2012-09-081-1/+2
| | | | Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
* libwpg: convert to gbuildMatúš Kukan2012-09-081-1/+2
| | | | Change-Id: If440c551aedf805eb364c0fe575e8c5f4f66c18f
* libcdr: convert to gbuildMatúš Kukan2012-09-081-1/+2
| | | | Change-Id: I067ab0a4559bf7ee0da36a67567e0db9a6e34f87
* libmspub: convert to gbuildMatúš Kukan2012-09-081-1/+2
| | | | Change-Id: I502c849e40d84e6038b0b83fe344699944ec4a8f
* libwps: convert to gbuildMatúš Kukan2012-09-081-1/+2
| | | | Change-Id: I8f5312d9751d4bc4f26feb1d58b1c4b3184441c0
* libvisio: convert to gbuildMatúš Kukan2012-09-081-1/+2
| | | | Change-Id: Ie52c2ed87bf7631877bdf9a4cffc2f0a8fb3736c
* I forgot this.Kohei Yoshida2012-09-071-0/+1
| | | | Change-Id: Idabfb29b653982008bb5d4159458894f53cbf6f4
* Set orcus package tarball location for download.Kohei Yoshida2012-09-071-0/+1
| | | | Change-Id: Iccdb2e53ad6a62d3ee96d368b897d47ee77fdc12
* Get internal liborcus to build.Kohei Yoshida2012-09-071-8/+8
| | | | Change-Id: Ie08f8b608c5b71e5375793e6cf9054ea75d7732d
* First cut on integrating liborcus into libreoffice tree....Kohei Yoshida2012-09-071-4/+28
| | | | | | | | | | | | | | It introduces the 'FilterProvider' property in the media descriptor to optionally bypass the normal loading process and let the external filter provider to handle the loading. For now I'm overwriting the csv import filter just to see how this could work just as an experiment. Orcus still needs a lot of work, and it crashes very often at the moment. Change-Id: I11b34572c71073144804a7d0dd5176c8067d8deb
* Clarify --enable-symbols misnomerStephan Bergmann2012-09-071-10/+10
| | | | Change-Id: Id3c206219385d6ab4673d1c8f6236a6cb665512a
* gbuild: disable symbols on --enable-dbgutil --disable-symbolsMichael Stahl2012-09-061-1/+5
| | | | | | | | | | | Due to the setup of gb_DEBUGLEVEL in gbuild.mk, gb_SYMBOL was always enabled when --enable-dbgutil is set, with no way to override it. Fix that by turning configure's ENABLE_SYMBOLS into a tri-state, where the new "FALSE" value, set by an explicit --disable-symbols, overrides any implicit way of enabling symbols. But by default an --enable-dbgutil still enables gb_SYMBOL. Change-Id: I94c609863980ed1ab9c73d7a4861c394442b531d
* default to enabling dbus on supported platformsCaolán McNamara2012-09-061-18/+32
| | | | Change-Id: I47eac02bf2c0ee7b973d73ac78ae08f9e93f0b42
* configure: disable gnome-vfs with --enable-headlessRiccardo Magliocchetti2012-09-061-0/+1
| | | | | | We are not interested in desktop stuff but thanks! Change-Id: I03d28ab0d3d2da5cafaebfce52c807bf0c956108
* configure: disable librsvg with --enable-headlessRiccardo Magliocchetti2012-09-061-0/+1
| | | | | | | | | | | librsvg have a long list of dependencies that requires at least gdk, so X. On debian the headers package depends on cairo too. Indeed not what we want. Since comments here says that impress depends on it will need to eventually disable build of impress. Change-Id: Ic88f90d03d0a80c1ada9f4224faed9deab2bed52
* --enable-dbus activates auto-font install now as wellCaolán McNamara2012-09-041-2/+2
| | | | Change-Id: I9b31801d7ae7572dc4437ed7c18f888eb8bed53a
* better description for --enable-mathmldtdLionel Elie Mamane2012-09-031-3/+2
| | | | Change-Id: I7695f3b9d2363835e9434b4d2140e64a7c8b825f
* configure: always avoid building ns plugin extension with --enable-headlessRiccardo Magliocchetti2012-09-031-1/+1
| | | | | | Doing the same trick as osx and android. Change-Id: Ib2efa8166eca0017c86947acdedf20f3826dddaf
* mdds: convert to gbuildMatúš Kukan2012-08-311-1/+2
| | | | Change-Id: I7db5dd20e41297efbabef22f559b5552f3afff0f
* boost: convert to gbuildMatúš Kukan2012-08-311-0/+2
| | | | Change-Id: If3840e048edc93adec3df7fa818e8b43d17cb1d5
* Don't fail configure with older gstreamer-plugins-base-0.10Fridrich Štrba2012-08-311-1/+3
| | | | Change-Id: Ia00293747d6041b86975f0e6539246310abfb957
* add "Tango Testing" icon themePetr Mladek2012-08-311-15/+16
| | | | | | | | | | It is enabled by default for dev build. It will be used for reworking the Tango theme by the design team. The them was requested by Stefan Knorr (Astron) <heinzlesspam at gmail dot com> The two intial icons are from Alexander Wilms <alexander dot wilms at zoho dot com> Change-Id: I9205a3164352442a2cdc02e75e58b15b327dfbd3
* configure: fix missing "" around potentially empty variableNorbert Thiebaud2012-08-301-1/+1
| | | | Change-Id: Ieeb9f829c754b7bcc2f5fbe82a360e5625539803
* configure: remove unneeded branch in bogus pkk-config checkRiccardo Magliocchetti2012-08-301-9/+4
| | | | | | | | | | The check for pkg-config is done only in mac os x and without mozilla. So a branch that checks for mozilla enable is never reached. While at it fix a couple of typos Change-Id: I910b2784426eba8978076ea5d1587a58e693a8b8
* fix typoMatúš Kukan2012-08-301-1/+1
| | | | Change-Id: I9efba3e5229c9236cfff58920373d8c7d83b1770
* Fix MinGW build - libxmlsec builds now.Jan Holesovsky2012-08-291-0/+5
| | | | | | | This also removes patching of the generated 'configure' in libxmlsec; instead, autoreconf is called. Change-Id: I28c1cc38432d195dd0219fb5a0ab0ea1a35f7a32
* Stray "2"Stephan Bergmann2012-08-281-1/+1
| | | | Change-Id: I6647f46e7fbe13a9359ea8211c73996290d90b48
* allow separate setting of parallelism for subseq. testsNoel Grandin2012-08-281-0/+17
| | | | Change-Id: I5a5444e8ee95b0fd95a97c31c94ab0f9c3935abb
* fdo#53894: Fix ICU version checkJung-uk Kim2012-08-271-2/+2
| | | | Change-Id: I980401f886a6f95d35744b059706aca932af28a7
* fdo#53857: Assume --strip-components is always available for bsdtarJung-uk Kim2012-08-271-1/+1
| | | | Change-Id: Ic05c0cb9ac2c20788870069939d6708214ea0cda
* fdo#53855: Detect GCC built-in atomic functionsJung-uk Kim2012-08-271-1/+20
| | | | Change-Id: I57a977d799df6bce6c854b38b441a0575218922b
* fix conditional inclusion of jdbc patch in hsqldbDavid Tardon2012-08-261-0/+10
| | | | Change-Id: I75e4566509d1851e7405d1738ffeaf58261233ea