summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20introduce new option --disable-cve-testsDavid Ostrovsky1-0/+17
Change-Id: I288638c4a70396ccb7354b20e901aa0c46ffe442 Reviewed-on: https://gerrit.libreoffice.org/653 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-09-20Move -isysroot from gb_CFLAGS/gb_CXXFLAGS to CC/CXXTor Lillqvist1-6/+6
That is a much better place for it. The gb_C(XX)FLAGS don't get passed on to "external" modules, so they should not contain flags that are essential for the compilation to work at all. I think. At least for me, in my MacOSX SDK 10.4 -based build tree, using Xcode 3 installed in /Xcode3, on OS X 10.8, the -isysroot is essential for liborcus to compile. Change-Id: I1f11c690585e4ba512eb87d2fddf11872b91dd57
2012-09-19Start on experimental support for 64-bit Mac codeTor Lillqvist1-30/+59
Rename the --enable-cl-x64 switch to --enable-64-bit and make its meaning more generic. Drop the CL_X64 config variable, introduce the more generic BITNESS_OVERRIDE instead. Does not build yet. Change-Id: Iac66afe31dceaf40c8262fec2e5aef6a751ba3d2
2012-09-18configure: dbus also missing comma: --disable-dbus turns it onMichael Stahl1-3/+3
Change-Id: I5b4da0a6b0f2e0587a48f14644bfa9d4442ab076
2012-09-18fix typoRene Engelhard1-1/+1
Change-Id: I79e68677a462787e9e60e47992595538cbce3195
2012-09-18configure: sdremote option was missing a commaMichael Stahl1-3/+3
Change-Id: I5956b2dcacc10a6413fc82d9a120b98644e6ab68
2012-09-18Some clean-up of mork-related changsStephan Bergmann1-15/+3
And reverted for now the configure error when --enable-mozilla on non-Windows; it is still used for other features, too. Change-Id: I1ce5ff1a7a3d140a1ab7ba1e905166d91229c926
2012-09-18configure: test if tput(1) exists before calling itMichael Stahl1-1/+1
Change-Id: I63576b42187fb0cbf3fc867487e9530fd11319d5
2012-09-18mark configure's warning with some colorChristian Lohmaier1-1/+7
Change-Id: I7e225fc5ce353316cb689dc3bca8f606273e8796
2012-09-18be consistent with configure's default and switch wrt gtk3Christian Lohmaier1-2/+3
also record the system-cairo stuff as a proper warning, so that people have a chance to see it. Change-Id: Ic59bed91edbe92a642851ccef570c9dca94672f0
2012-09-18add --with-system-bluez and alöllow disabling of sdremoteRene Engelhard1-0/+39
Change-Id: I1b0dbc8e8efa7535bdc699e343e31594af00d553
2012-09-18switch build system to mork driver implementationDavid Ostrovsky1-6/+25
On all non windows platforms no mozilla is used any more. On windows it used for O and OE address book access. Once alternative implementation for it exists, mozilla can be stripped there too. Change-Id: I54144005e6a284326b45a34eb958d170e872471e Reviewed-on: https://gerrit.libreoffice.org/637 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-09-18Updated mdds to 0.6.1.Kohei Yoshida1-1/+1
Change-Id: Ibc0a67b689e5731afdfe2b9af7d991a998ffb389
2012-09-17nothing propagates HAVE_CUPS_H so cups is always disabledCaolán McNamara1-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
2012-09-14updated libcmis to 0.3.0Cédric Bosdonnat1-2/+2
Change-Id: Ied3f21fa021ad0dbe044ae05941389810462d821
2012-09-14add a configure option to make assert() abort in release codeNorbert Thiebaud1-0/+17
Change-Id: I93720ee3338426174b31a6ea6dba3af7ffb7e207
2012-09-12configure.in: typoMiklos Vajna1-1/+1
Change-Id: I209594460e2b2dd5e8621375f555e38ec0009e7c
2012-09-11fix ./configure --without-system-liblangtagDavid Tardon1-1/+1
Change-Id: I4640e4c626a209035697e69587852ec86af16136
2012-09-11Fix liblangtag and GLib checks for iOS and AndroidTor Lillqvist1-9/+9
Change-Id: If6b46ebdb63d7688830f5ee712c124c07e93661b
2012-09-11liborcus: convert to gbuildMatúš Kukan1-1/+0
Change-Id: I6a0d869526ffd40bfe5ff81267f241c049d050f0
2012-09-11Fix typoTor Lillqvist1-1/+1
Change-Id: Ibe0da6862cd241e10d79817aab08a65590610604
2012-09-11add AC_ARG_ENABLE for packagekit; remove "auto font install" from dbusRene Engelhard1-1/+7
Change-Id: I973bc94569559a65484d359fe153bc6a53bbd848
2012-09-11fix li--with-system-liblangtag descriptionRene Engelhard1-1/+1
Change-Id: I7904d041d1512e988aa121d4cb438aa4ccb04011
2012-09-11default to off for packagekit usage; add --enable-packagekitRene Engelhard1-0/+14
Change-Id: Ib644cc3768ced8a1959fb9ea9f7f24e29fce87ad
2012-09-11implement --with-system-liblangtagRene Engelhard1-15/+27
Change-Id: I182f95c294ec41cf74cd495fd6141a7d1c33b3ff
2012-09-10one more attempt to check the right orcus pkg-config name :-)Petr Mladek1-1/+1
Change-Id: I784f9b0d3ec08b2136a178ecd789acbc381967fe
2012-09-10Work with system liborcus.Tomáš Chvátal1-1/+1
Change-Id: I1da517b19774ed6f44c34e0d8057419b1a66a9f1
2012-09-09fix typoMatúš Kukan1-4/+2
Change-Id: Iaf2180946186e9490840ebbdd5f948a31103dc4f
2012-09-09libpng: convert to gbuildMatúš Kukan1-1/+2
Change-Id: I68d8eb5ee481c893ca1ddecf891db66bef5b03f2
2012-09-08libcmis: convert to gbuildMatúš Kukan1-4/+5
Change-Id: I4586cb27505bbdc20a543fc812d8b480b4b94236
2012-09-08libwpd: convert to gbuildMatúš Kukan1-1/+2
Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
2012-09-08libwpg: convert to gbuildMatúš Kukan1-1/+2
Change-Id: If440c551aedf805eb364c0fe575e8c5f4f66c18f
2012-09-08libcdr: convert to gbuildMatúš Kukan1-1/+2
Change-Id: I067ab0a4559bf7ee0da36a67567e0db9a6e34f87
2012-09-08libmspub: convert to gbuildMatúš Kukan1-1/+2
Change-Id: I502c849e40d84e6038b0b83fe344699944ec4a8f
2012-09-08libwps: convert to gbuildMatúš Kukan1-1/+2
Change-Id: I8f5312d9751d4bc4f26feb1d58b1c4b3184441c0
2012-09-08libvisio: convert to gbuildMatúš Kukan1-1/+2
Change-Id: Ie52c2ed87bf7631877bdf9a4cffc2f0a8fb3736c
2012-09-07I forgot this.Kohei Yoshida1-0/+1
Change-Id: Idabfb29b653982008bb5d4159458894f53cbf6f4
2012-09-07Set orcus package tarball location for download.Kohei Yoshida1-0/+1
Change-Id: Iccdb2e53ad6a62d3ee96d368b897d47ee77fdc12
2012-09-07Get internal liborcus to build.Kohei Yoshida1-8/+8
Change-Id: Ie08f8b608c5b71e5375793e6cf9054ea75d7732d
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida1-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
2012-09-07Clarify --enable-symbols misnomerStephan Bergmann1-10/+10
Change-Id: Id3c206219385d6ab4673d1c8f6236a6cb665512a
2012-09-06gbuild: disable symbols on --enable-dbgutil --disable-symbolsMichael Stahl1-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
2012-09-06default to enabling dbus on supported platformsCaolán McNamara1-18/+32
Change-Id: I47eac02bf2c0ee7b973d73ac78ae08f9e93f0b42
2012-09-06configure: disable gnome-vfs with --enable-headlessRiccardo Magliocchetti1-0/+1
We are not interested in desktop stuff but thanks! Change-Id: I03d28ab0d3d2da5cafaebfce52c807bf0c956108
2012-09-06configure: disable librsvg with --enable-headlessRiccardo Magliocchetti1-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
2012-09-04--enable-dbus activates auto-font install now as wellCaolán McNamara1-2/+2
Change-Id: I9b31801d7ae7572dc4437ed7c18f888eb8bed53a
2012-09-03better description for --enable-mathmldtdLionel Elie Mamane1-3/+2
Change-Id: I7695f3b9d2363835e9434b4d2140e64a7c8b825f
2012-09-03configure: always avoid building ns plugin extension with --enable-headlessRiccardo Magliocchetti1-1/+1
Doing the same trick as osx and android. Change-Id: Ib2efa8166eca0017c86947acdedf20f3826dddaf
2012-08-31mdds: convert to gbuildMatúš Kukan1-1/+2
Change-Id: I7db5dd20e41297efbabef22f559b5552f3afff0f
2012-08-31boost: convert to gbuildMatúš Kukan1-0/+2
Change-Id: If3840e048edc93adec3df7fa818e8b43d17cb1d5