[Libreoffice-commits] .: 2 commits - fpicker/prj README.cross
Jan Holesovsky
kendy at kemper.freedesktop.org
Tue Aug 23 16:10:33 PDT 2011
README.cross | 12 ++++++++++--
fpicker/prj/build.lst | 2 +-
2 files changed, 11 insertions(+), 3 deletions(-)
New commits:
commit c0111fdc4b4f06b80a13c54806075bdb1c688d60
Author: Jan Holesovsky <kendy at suse.cz>
Date: Wed Aug 24 01:09:03 2011 +0200
More packages that one should install for cross-compiling.
diff --git a/README.cross b/README.cross
index 640b630..122d98b 100644
--- a/README.cross
+++ b/README.cross
@@ -91,11 +91,19 @@ http://download.opensuse.org/repositories/windows:/mingw:/win32/
zypper ar http://download.opensuse.org/repositories/windows:/mingw:/win32/SLE_11_SP1/windows:mingw:win32.repo
zypper in mingw32-cross-gcc mingw32-python-devel mingw32-libexpat-devel \
mingw32-libexpat mingw32-boost-devel mingw32-libhyphen-devel \
- mingw32-libhyphen mingw32-hyphen-en mingw32-liblpsolve-devel
+ mingw32-libhyphen mingw32-hyphen-en mingw32-liblpsolve-devel \
+ mingw32-libxml2-devel mingw32-libxslt-devel mingw32-libicu \
+ mingw32-libicu-devel mingw32-libgraphite2 mingw32-libgraphite2-devel \
+ mingw32-cairo mingw32-cairo-devel mingw32-librsvg mingw32-librsvg-devel \
+ mingw32-hunspell mingw32-hunspell-devel mingw32-libcurl \
+ mingw32-libcurl-devel
There might be more that are missing, please read carefully what autogen.sh
tells you, and either remove one of the --with-system-*, or install the
-missing dependency. ]
+missing dependency.
+
+It also looks like graphite2.pc needs tweaking in order to work right; but
+that's likely to be fixed in the openSUSE project.]
It is somewhat unclear how well thought-out the conditionals and code
for MinGW inside the OOo-originated code in LibreOffice actually
commit a189b65202e26bf767da8f33a05e228a80909fc6
Author: Jan Holesovsky <kendy at suse.cz>
Date: Wed Aug 24 01:08:24 2011 +0200
fpicker depends on ucb thanks to the ODMA headers.
diff --git a/fpicker/prj/build.lst b/fpicker/prj/build.lst
index 07d4d4d..114a301 100644
--- a/fpicker/prj/build.lst
+++ b/fpicker/prj/build.lst
@@ -1,4 +1,4 @@
-fp fpicker : LIBXSLT:libxslt TRANSLATIONS:translations DESKTOP:rdbmaker svtools NULL
+fp fpicker : LIBXSLT:libxslt TRANSLATIONS:translations DESKTOP:rdbmaker svtools ucb NULL
fp fpicker\inc nmake - all fp_inc NULL
fp fpicker\source\generic nmake - all fp_generic fp_inc NULL
fp fpicker\source\office nmake - all fp_office fp_inc NULL
More information about the Libreoffice-commits
mailing list