Commit graph

16 commits

Author SHA1 Message Date
Michael Meeks
79b0046ba0 remove legacy build.pl prj/build.lst files. 2013-03-14 17:05:51 +00:00
Michael Stahl
b768611724 remove all d.lst
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28 18:40:06 +01:00
Tor Lillqvist
b6c016da23 Use gb_VISIBILITY_FLAGS
Change-Id: I6be70c0b8d73f4d1d1428c0df94ea6d8bdc782f7
2012-11-19 12:26:44 +02:00
Michael Stahl
e097ec36d7 tweak some build.lsts...
Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
2012-11-15 11:35:57 +01:00
Michael Meeks
ed7d5822c0 cleanup README files.
Convert DOS -> unix newlines.
Cleanup and clarify several files.
2012-11-05 12:30:34 +00:00
Matúš Kukan
ed0b160041 fix parallelism variables and let's have only --with-parallelism from now on
Rationale:
- it is advised to use max-jobs and num-cpus with the same value in wiki
- max-jobs was used only for lcms2 and few gbuild
  modules outside of tail_build anyway.

Also fixes:
- really use CHECK_PARALLELISM when meant to
- EXTMAXPROCESS is not defined in gbuild;
  use parent's jobservers in sub-make where possible

Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88
Reviewed-on: https://gerrit.libreoffice.org/930
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-30 20:34:03 +00:00
Matúš Kukan
9a3fe78320 freetype: convert to gbuild
Change-Id: I67f550385fa1f4073873f1e503eb153665e718ef
2012-10-24 12:40:39 +02:00
Tor Lillqvist
451dddd056 Mention that these are used for Android only
Change-Id: Ie9ae6c2087dd6757ca22eabe2073e1f03a5489c8
2012-10-10 12:42:01 +03:00
Manal Alhassoun
0770b6cc20 add a README files
Change-Id: I2e779831e47cb1243ae7319b73b9fa553cf97034
Reviewed-on: https://gerrit.libreoffice.org/852
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-10-10 09:00:51 +00:00
Michael Stahl
0209269f77 freetype: add missing "solenv" dependency
Change-Id: I317c7e641ecee750b858e3c120544dfa14ae4044
2012-08-13 12:43:47 +02:00
Bjoern Michaelsen
b1c3e8ae28 make gbuild the default assumption of build.pl
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file

Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
Tor Lillqvist
0d1c24e5f6 Build freetype and fontconfig statically for Android 2012-04-20 00:57:24 +03:00
Norbert Thiebaud
9f18cc75a2 keep the module name consistent in build.lst 2012-01-30 18:40:13 -06:00
Tor Lillqvist
c8bab278bb Don't use soname, Android doesn't support that 2012-01-05 17:53:02 +02:00
Tor Lillqvist
0f43b8d39b Don't bother with a freetype2 subdirectory for headers after all 2011-12-11 01:18:37 +02:00
Tor Lillqvist
75aacd87bb Download and build FreeType and fontconfig for Android
It will probably be simplest to just use FreeType on Android,
too. (Android uses it itself, but doesn't provide its API publicly.)

Probably fontconfig, too, although there shouldn't be much
configuration per se that a LibreOffice-baed app would have to do at
run-time; it will have to bundle all fonts it is going to use anyway,
I think, so all font information is known a priori. But maybe in the
future there will be user-installable system fonts on Android, or
something.
2011-12-11 00:14:47 +02:00