summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
2013-05-10android: don't override the config archAndoni Morales Alastruey1-3/+3
2013-05-10android: fix bootstrapAndoni Morales Alastruey1-1/+3
Show a warning when the toolchain is not found instead of raising an error, as it will not be found during bootstrap
2013-05-08toolchain: only use recipes from the toolchain dirAndoni Morales Alastruey4-0/+4
2013-05-07Android: using android-ndk-r8eChen Jie1-1/+1
2013-05-06config: fix host triplet for linuxAndoni Morales Alastruey1-2/+2
2013-05-06linux: set --host for autotools when cross-compilingAndoni Morales Alastruey1-0/+5
2013-04-22android: Allow to use 4.7 and x86-64 toolchains if availableSebastian Dröge1-8/+27
Also update the CFLAGS and LDFLAGS from latest Android NDK
2013-04-05config: ios: workaround linker crashThiago Santos1-1/+4
Apparently the ios linker crashes whenever the ios minimum version is the to 6.0. The solution is to set the minversion to 5.2, that doesn't exist and should use the next 'real' version, that is 6.0. Found this solution at: https://bugzilla.xamarin.com/show_bug.cgi?id=6998
2013-04-04build-tools: add a config file for the build-toolsAndoni Morales Alastruey1-0/+5
2013-03-07Add missing fileAndoni Morales Alastruey1-0/+7
2013-03-07ios: fix support for universal buildsAndoni Morales Alastruey3-2/+5
2013-03-02Add -Wall to CFLAGS everywhere to get meaningful compiler warnings in some casesSebastian Dröge5-12/+12
Also fixes some of GLib's configure checks that rely on compiler warnings.
2013-02-26ios.config: don't use full paths for the toolchain toolsAndoni Morales Alastruey1-18/+14
Instead add the toolchain bin dir to PATH. This fixes several configure checks which expect a filename and not a full path
2013-02-26ios.config: Use gcc as preprocessor to pass arch flags correctlyAndoni Morales Alastruey1-2/+2
2013-02-26ios.config: add OBJCFLAGS and OBJLDFLAGS for Objective-CAndoni Morales Alastruey1-0/+2
2013-02-25ios: detect ios platform based on the target architectureAndoni Morales Alastruey3-2/+6
2013-02-22ios.config: fix arch cflagsAndoni Morales Alastruey1-2/+2
2013-02-22ios.config: use min_version for the CFLAGS tooAndoni Morales Alastruey1-3/+1
2013-02-22ios.config: fix use of ccacheAndoni Morales Alastruey1-2/+2
2013-02-22ios.config: add cpu CFLAGSAndoni Morales Alastruey1-2/+2
2013-02-22ios.config: use tools from the iOS SDKAndoni Morales Alastruey1-5/+12
2013-02-22ios: add support for SDK 6.1 and make this one the deafultAndoni Morales Alastruey3-2/+5
2013-02-22Set GLib/pixman configure check overrides in the ios.config instead of recipesSebastian Dröge1-0/+11
2013-02-22Don't override platform in the iOS configsSebastian Dröge3-5/+5
2013-02-22Add support to iOSThibault Saunier3-0/+83
2013-01-31linux: fix x86 cross-compilationAndoni Morales Alastruey1-3/+10
2013-01-24android: Fix LDFLAGS when building for ARMv7Nicolas Dufresne1-1/+1
2013-01-18Handle new path for GL header in the Mac OSX 10.8 SDKThibault Saunier1-0/+3
2013-01-15cross-android-x86.cbc: add config file to cross-compile to android x86Andoni Morales Alastruey1-0/+10
2013-01-15android.config: Add support for x86Andoni Morales Alastruey1-14/+37
2012-12-03config: set defaults for prefix sources and cache in the configAndoni Morales Alastruey4-28/+0
2012-11-27Try to use only libraries from the prefixAndoni Morales Alastruey1-3/+1
2012-11-21set the build paramater in the mingw configAndoni Morales Alastruey2-0/+2
2012-11-21Fix recipes for the mingw-w64 toolchainAndoni Morales Alastruey4-0/+36
Add confoguration files for compiling the mingw-w64 toolchain too.
2012-11-19Use Snow Leopard as the minimum required versionAndoni Morales Alastruey1-1/+1
We don't support Leopard anymore and otherwise osxvideosik will use the hackish path for the main run loop integration
2012-11-16Fix default Linux x86 config dist pathSebastian Dröge1-1/+1
2012-11-05Typos in commentsXavi Artigas4-12/+12
2012-10-29darwin.config: Fix checks for GL headers pathAndoni Morales Alastruey1-0/+4
2012-10-26Add new bootstraper for androidAndoni Morales Alastruey1-1/+0
2012-10-11android: overwritte LDFLAGSAndoni Morales Alastruey1-1/+1
2012-10-08Fix LDFLAGS for Android ARMv7Sebastian Dröge1-1/+1
2012-10-05Add support for ARMv7 architectureSebastian Dröge1-3/+9
2012-10-04Merge branch 'android'Andoni Morales Alastruey2-0/+80
Conflicts: cerbero/build/filesprovider.py cerbero/config.py packages/base-system/base-system.package packages/gobject-python.package packages/gstreamer-capture.package packages/gstreamer-clutter.package packages/gstreamer-codecs-gpl.package packages/gstreamer-codecs-restricted.package packages/gstreamer-codecs.package packages/gstreamer-core.package packages/gstreamer-dvd.package packages/gstreamer-editing.package packages/gstreamer-effects.package packages/gstreamer-ffmpeg.package packages/gstreamer-networking-restricted.package packages/gstreamer-networking.package packages/gstreamer-playback.package packages/gstreamer-python.package packages/gstreamer-sdk/gstreamer-sdk.package packages/gstreamer-system.package packages/gstreamer-tests.package packages/gstreamer-tutorials.package packages/gstreamer-visualizers.package packages/gstreamer-xcode-integration.package packages/gtk-python.package packages/gtk.package packages/snappy.package packages/vsintegration.package recipes/glib.recipe recipes/libvpx.recipe
2012-10-01variants: use the no debug variantAndoni Morales Alastruey1-0/+1
2012-09-14config: differenciate the SDK version to use and the min SDK version to targetAndoni Morales Alastruey1-3/+4
2012-09-12Target gingerbread, not jellybeanSebastian Dröge1-1/+1
2012-09-10android.config: fix usage of the gold linkerAndoni Morales Alastruey1-2/+4
When passed to CFLAGS or LDFLAGS, libtool strips the -fuse-ld=gold option in the linker command and gcc doesn't understand libtool's -Xcompiler -ffoo or -Wc,-ffoo. When this option is in CC the option remains there.
2012-09-07android.config: pass -fuse-ld=gold to LDFLAGS tooAndoni Morales Alastruey1-2/+2
2012-09-06android.config: use the gold linker everywhereAndoni Morales Alastruey1-3/+3
2012-08-31cross-android: fix config file for android cross-compilationAndoni Morales Alastruey1-4/+3