summaryrefslogtreecommitdiffstats
path: root/bin/lo-all-static-libs
Commit message (Collapse)AuthorAgeFilesLines
* also link liblangtag to the liblo-native bundle (fix Android build)Christian Lohmaier2016-01-151-0/+1
| | | | Change-Id: I9f8e647068b3f0403858e5ef52f65e5e6a16e165
* build cairo on androidCaolán McNamara2015-11-161-0/+2
| | | | | | | | Change-Id: Ie2f7662a4cc3955963517f265894b8f6a495ece8 Reviewed-on: https://gerrit.libreoffice.org/19991 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* We don't want libxmlsec on iOS, I thinkTor Lillqvist2015-09-201-2/+0
| | | | | | | | | | It would require NSS which I just decided to skip. If/when we patch it to support native iOS (and OS X?) crypto APIs, re-consider. Or something. Now the TiledLibreOffice iOS demo app builds again. Change-Id: I2816a49bbdbde5a8f9d3b9fcdfff420bdca05ff8
* If we don't want any NSS crack on iOS then don't try to use libs from thereTor Lillqvist2015-09-191-12/+0
| | | | Change-Id: I9265ee3ce46d8d2e5af4759e8d9748bd39a3e665
* Fix fallout from a2e4be6ded508030a6c2a33919cbe8cb504382e0Tor Lillqvist2014-12-191-1/+2
| | | | | | | | Should fix build for iOS. There is no liblibotouch.a any more, and the only library in $WORKDIR/LinkTarget/Library turns out to be the Android-only liblo-bootstrap.a now. Change-Id: Ia7b2f43db06536c05caee8d99130f44d5288705e
* liblibotouch.a and liblo-bootstrap.a now end up in workdir/LinkTarget/LibraryTor Lillqvist2014-11-051-0/+1
| | | | | | Not sure exactly why, but anyway, look for *.a there, too, then. Change-Id: Id85f4f7d5ffe47c636ac860131a2dfb10cdfdff8
* Not true, it's the dylibs that are copiedTor Lillqvist2014-08-121-3/+0
| | | | Change-Id: I2fc51f2aaf56ce98d8990b71a33abaef24d841e7
* More object files not in any archiveTor Lillqvist2014-08-121-1/+3
| | | | Change-Id: I658e235d345e61f2b18e9cf074d64bce9793cfc5
* Some objects in NSS are not in any of the archivesTor Lillqvist2014-08-121-0/+8
| | | | Change-Id: I3df4c45d160687f22015f3b3d3c87e655e5cd7d7
* Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, tooTor Lillqvist2014-08-121-0/+5
| | | | Change-Id: I65ab8aad0744a2aa254fefc7732cd8130bb249fb
* First attempt at building NSS for iOS, tooTor Lillqvist2014-08-111-0/+2
| | | | | | | | | | Let's hope that the various static archives that get built by the NSS build machinery contain what an iOS app that needs NSS services requires. I patch out the construction of any dylibs and executables in nss. We don't use any dylibs on iOS anyway, and of course don't need any NSS executables either. Change-Id: Ic977c6e3d6c4e953202e78f8e08c4e61f6c9cb1b
* Add the CoinMP libsTor Lillqvist2014-05-201-0/+7
| | | | Change-Id: I37b4c1081055f98c9254d64480efeb2c205e711d
* Don't create an icudata library for iOSTor Lillqvist2014-04-121-7/+14
| | | | | | | | | The intent being that the data file will be used instead. To avoid linking error, correspondingly include the ICU stubdata library in the list of static libraries to link with. Change-Id: I0f223fcce89dfbe283aaa2fcd2d5a58ea36ba364
* The GLEW lib, tooTor Lillqvist2014-04-081-0/+1
| | | | Change-Id: Ic0a9ed4aa95418fdc1a2e49419eb2a2482351232
* Add libabwTor Lillqvist2014-01-141-0/+1
| | | | Change-Id: Ib9fc6eb5523fbaed2c13ed213f0fadb28b1e9715
* Fix path to libfreetype.aTor Lillqvist2013-12-051-1/+1
| | | | Change-Id: I19061350996dbfc214e7bfe16be957c852187b0e
* Add libs built only for AndroidTor Lillqvist2013-11-221-1/+9
| | | | Change-Id: Ib7087701fc918f5f871491ce78e4afad004db9dc
* Expand the FOO_LIBS vars to a list of the actual archivesTor Lillqvist2013-11-221-5/+18
| | | | | | | Thus the output can also be used in makefiles where a list of actual files is needed. Change-Id: I23396dc2e98c47b99cbf53926f247bd834119976
* Add script to produce a list of all the static libs built for iOS or AndroidTor Lillqvist2013-11-221-0/+41
Hopefully this script can be used instead of the current many separate ways to get the same list. Change-Id: I9b84d70f37e5819140c3a3a2c8a002cfdbac4364