summaryrefslogtreecommitdiff
path: root/bin/lo-all-static-libs
AgeCommit message (Collapse)AuthorFilesLines
2016-01-15also link liblangtag to the liblo-native bundle (fix Android build)Christian Lohmaier1-0/+1
Change-Id: I9f8e647068b3f0403858e5ef52f65e5e6a16e165
2015-11-16build cairo on androidCaolán McNamara1-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>
2015-09-20We don't want libxmlsec on iOS, I thinkTor Lillqvist1-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
2015-09-19If we don't want any NSS crack on iOS then don't try to use libs from thereTor Lillqvist1-12/+0
Change-Id: I9265ee3ce46d8d2e5af4759e8d9748bd39a3e665
2014-12-19Fix fallout from a2e4be6ded508030a6c2a33919cbe8cb504382e0Tor Lillqvist1-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
2014-11-05liblibotouch.a and liblo-bootstrap.a now end up in workdir/LinkTarget/LibraryTor Lillqvist1-0/+1
Not sure exactly why, but anyway, look for *.a there, too, then. Change-Id: Id85f4f7d5ffe47c636ac860131a2dfb10cdfdff8
2014-08-12Not true, it's the dylibs that are copiedTor Lillqvist1-3/+0
Change-Id: I2fc51f2aaf56ce98d8990b71a33abaef24d841e7
2014-08-12More object files not in any archiveTor Lillqvist1-1/+3
Change-Id: I658e235d345e61f2b18e9cf074d64bce9793cfc5
2014-08-12Some objects in NSS are not in any of the archivesTor Lillqvist1-0/+8
Change-Id: I3df4c45d160687f22015f3b3d3c87e655e5cd7d7
2014-08-12Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, tooTor Lillqvist1-0/+5
Change-Id: I65ab8aad0744a2aa254fefc7732cd8130bb249fb
2014-08-11First attempt at building NSS for iOS, tooTor Lillqvist1-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
2014-05-20Add the CoinMP libsTor Lillqvist1-0/+7
Change-Id: I37b4c1081055f98c9254d64480efeb2c205e711d
2014-04-12Don't create an icudata library for iOSTor Lillqvist1-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
2014-04-08The GLEW lib, tooTor Lillqvist1-0/+1
Change-Id: Ic0a9ed4aa95418fdc1a2e49419eb2a2482351232
2014-01-14Add libabwTor Lillqvist1-0/+1
Change-Id: Ib9fc6eb5523fbaed2c13ed213f0fadb28b1e9715
2013-12-05Fix path to libfreetype.aTor Lillqvist1-1/+1
Change-Id: I19061350996dbfc214e7bfe16be957c852187b0e
2013-11-22Add libs built only for AndroidTor Lillqvist1-1/+9
Change-Id: Ib7087701fc918f5f871491ce78e4afad004db9dc
2013-11-22Expand the FOO_LIBS vars to a list of the actual archivesTor Lillqvist1-5/+18
Thus the output can also be used in makefiles where a list of actual files is needed. Change-Id: I23396dc2e98c47b99cbf53926f247bd834119976
2013-11-22Add script to produce a list of all the static libs built for iOS or AndroidTor Lillqvist1-0/+41
Hopefully this script can be used instead of the current many separate ways to get the same list. Change-Id: I9b84d70f37e5819140c3a3a2c8a002cfdbac4364