summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2012-08-13Fir a couple of typos, thanks to James Chen for noticingTor Lillqvist
Change-Id: I56740934ec0fc488ec30a15de8b016466722793e
2012-08-10Implement --disable-liblangtag, to be able to build without that.Jan Holesovsky
Change-Id: Ic38d0282dba99efe2ecc45142a927ba3d8fa167d
2012-08-10Look for the 10.6 SDK in the same places as the 10.[78] onesTor Lillqvist
Change-Id: Ia04610dfa5c3aece88888a4337619f833a73480e
2012-08-10make avmedia build with gstreamer-0.10David Tardon
Change-Id: I6124904cecdb8ea66477f40b6771a103a8058c10
2012-08-09Don't check $cross_compiling until it has been detected more reliablyTor Lillqvist
Change-Id: I00b2a29d30bee2e71b0a04790b6de48bbbacae8a
2012-08-09Building the internal Python fails when using a more modern Mac SDKTor Lillqvist
Change-Id: Iaa63d9b027bc8cb25334303243f761df127c79d5
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks
Add fallback activation of an _OLD media component to the core. Compile both a 0.10 and 1.0 version of the gstreamer component Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
2012-08-09Automagic Mac SDK location/version detectionTor Lillqvist
The intent is that with no SDK related configure options, an optimal SDK and 10.4 as minimum OS will be chosen. A warning is displayed if building a LO that will not (either definitely not, or probably not) run on 10.4, as 10.4 continues to be our minimum supported OS. Change-Id: I6683aa43362881a135637e878bfc469591ab9d20
2012-08-08Use LIBS not LDFLAGS to not fail with enforced as-needed.Tomas Chvatal
Change-Id: Ia27e97c12e9a8f36e106c9ae3c399cd776433387
2012-08-07check only iOS|Android to exclude GLIB from BUILD_TYPEEike Rathke
Change-Id: I146731bd9e9046ff948c0af2709569dfc539063b
2012-08-07We don't want to use liblangtag on Android or iOSTor Lillqvist
We don't need GLib then either. For now just a quick dummy replacement for liblangtag in i18npool that will crash at run-time. Improve once it starts to get used, and once it is clear what functionality is needed. Change-Id: I9777c2c776dd6e479e1d6f0fb073f289ea6ff2f4
2012-08-06maybe I'll get this right one time ... BUILD_TYPE GLIB only if not systemEike Rathke
Change-Id: I94cea4d8ea33d89a5a2883e6434a97a2692bc505
2012-08-06added GLIB to BUILD_TYPEEike Rathke
Change-Id: Iad491070b5a199aab4652d955cdbc7839c07c70b
2012-08-06configure SYSTEM_LIBLANGTAGEike Rathke
2012-08-02Using NDK r8b seems to work now so drop warning commentsTor Lillqvist
Change-Id: Ia789a228918ded1283433289f4fd9ab80bd78ae9
2012-08-01Warn that the CoreText code is WIPTor Lillqvist
Change-Id: Ibd02466bac2120fe9f378f564c44524bd902c009
2012-08-01Building against SDKs 10.7 and 10.8 seems to succeed nowTor Lillqvist
Change-Id: I22c94844eb109f9ab81a434692272d2c392c2202
2012-07-31More NDK r8b fixesTor Lillqvist
Change-Id: Ib91d60bc66860ad44541b28fbe89aa01d89cdee2
2012-07-31More NDK r8b adaptationTor Lillqvist
Change-Id: Ic65795a1b7bfe0435292f87f27ae39e2c3069fed
2012-07-30Add "support" for building against the 10.8 SDKTor Lillqvist
Presumably like building against the 10.7 SDK, --enable-coretext should be used to avoid compilation errors, and it will likely get into a loop at run-time quite quickly. Change-Id: Ib773368a0c5f79dafd3264a8229c5133943f88d6
2012-07-30Avoid "note: the mangling of 'va_list' has changed in GCC 4.4" messagesTor Lillqvist
Change-Id: I289aa31a6ef984931f888c127c1a7c30f64b53fc
2012-07-30configure.in: don't remove AC_SUBST(COMPATH)Michael Stahl
Change-Id: I1cb11dcfbca09ecdd658849aa9df8245141940c6
2012-07-30Use the toolchain version subdir in -L and -I flags when necessaryTor Lillqvist
Change-Id: I3dcfee60cc28efd593241f0381fbcf07fd6ef646
2012-07-30Remove unused SERIALIZER_JARStephan Bergmann
...which is likely a leftover. There is a LIBSERIALIZER_JAR that is acutally used. Change-Id: I7709393110c501789217f1a8a3ad66f498e879b0
2012-07-30Let's try to use the gold linker when using NDK r8b's GCC 4.6 or newerTor Lillqvist
Change-Id: Ie122a5f3ef8cda58c4fc29f6366bd1d6f6d86dd2
2012-07-30configure: remove check for empty $COMPATHMichael Stahl
It would be extremely suprising if we could get to line 11075 in the configure script if there isn't actually a C++ compiler available, and the test does fail on Fedora 17 without ccache installed because $CC is /bin/gcc. Change-Id: I727ba171a3d647e2ba974d196794943b6450ce6e
2012-07-30The 'r' in unxandr stands for ARMTor Lillqvist
Change-Id: I5b6e713c130dc52f00d0d1e941ae856e8a3b7e7e
2012-07-30Add --with-android-ndk-toolchain-version. NDK r8b support still work in progressTor Lillqvist
2012-07-30We use four-column indentation stepsTor Lillqvist
2012-07-30--with-android-arch is pointless, that's what host_cpu is forTor Lillqvist
2012-07-30Add comment about NDK r8bTor Lillqvist
2012-07-27update mdds checkDavid Tardon
Change-Id: I652d84f60a92369466f153a502022ac519312b22
2012-07-27Improved check for winegcc.Jan Holesovsky
Change-Id: I307459f35d960ca901cd8dd609195734ab6db98b
2012-07-27Revert "set WINEGCC only when cross compiling"Jan Holesovsky
WINEGCC is needed for the 'build' part of the configuration, and the build part does not know anything of actually being setting up cross-compilation. This reverts commit e7dec2887e511a18a5f9927884c1a1df45fc35f0.
2012-07-26set WINEGCC only when cross compilingDavid Ostrovsky
Change-Id: I598490aa71b658844d912008c0cf14e225bda0db
2012-07-25WINEGCC has to be present even in the build_config.mk.Jan Holesovsky
Change-Id: If0ca390da0f3ae2a36573cf54834685bd64042e3
2012-07-24Make bundling Microsoft_VC100_CRT_x86.msm truly optionalStephan Bergmann
Change-Id: I4fa998f33059a6ebc9afe0a9ce65443a115b6db2
2012-07-24Kill FORCE2ARCHIVE.Jan Holesovsky
Change-Id: Ie72dcc8ef9e82da1f0aa328648f20f9ed4a20482
2012-07-24Allow specification of --with-package-format=msi regardless of EPM setting.Jan Holesovsky
Change-Id: I32c80cb7ffd6cedee854d03f198f21afd94a664c
2012-07-24Check for the msi* build requirements in configure.in + update README.cross.Jan Holesovsky
Change-Id: I0da3e604ebd0665c5405174957d852677195126b
2012-07-23Use config_host.mk.source when configuring 'build' for cross-compilation.Jan Holesovsky
Change-Id: I2e6e2a98bbaf515ececa75948d6b20bf9a093fe5
2012-07-23Propagate also the OS X SDK version we are building against to the environmentTor Lillqvist
Change-Id: I3c1137bdb1186df773a92c34267b2324ad43ae7e
2012-07-23Use xcode-select -print-path for 10.6 and 10.7 SDKsTor Lillqvist
Change-Id: I79d71c682c07f49b70c6791953c000868bf65cd9
2012-07-23Eventually build the lanedo msi* tools soonFridrich Štrba
Change-Id: Ie8174ae4b7d2c02503f40fe1263076d924f2c9e2
2012-07-23Check for uuidgen and for winegccFridrich Štrba
Change-Id: I38c92dad50fd13dcd32a07feed860eb60349c080
2012-07-20android: x86 porting work.Michael Meeks
2012-07-20Support for --with-java-target-version in gbuildStephan Bergmann
...had been missing. Old dmake-based build system did not add -source/-target when using gcj (unless gcj really was Eclipse Java Compiler, in which case those -source/-target values were tunneled in via JAVAFLAGS)---hopefully all this is no longer necessary. (Also removed a single use of JAVA_TARGET_FLAG that was nowhere defined.) Change-Id: Ic3596691b622be45e151333981f8f236d11825b4
2012-07-19Detect failing Clang with GCC 4.7 headers and --std=gnu++0x scenariosStephan Bergmann
Change-Id: I6caa48a428ac7fef23f7c3e6fc7896b7e3a8d0fc
2012-07-17tubes: use tp_dbus_tube_channel_offer/accept_asyncWill Thompson
I added these to the recently-released telepathy-glib 0.18.0 mainly to let us simplify the code here. With this new API, tp-glib takes care of waiting for the state changes, creating the GDBusConnection, etc.
2012-07-17configure: Depend on new enough tp-glib for FT apiWill Thompson