[ooo-build-commit] .: postprocess/packregistry

Caolán McNamara caolan at kemper.freedesktop.org
Tue Oct 5 03:52:59 PDT 2010


 postprocess/packregistry/makefile.mk |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit a0bb19fa46eaf06eda64e302f5d17acbed5220d0
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Oct 5 11:07:03 2010 +0100

    add some configure options to control external libtextcat and libtextcat data

diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk
index f131980..a688178 100644
--- a/postprocess/packregistry/makefile.mk
+++ b/postprocess/packregistry/makefile.mk
@@ -343,6 +343,11 @@ MY_FILES_main += $(MY_MOD)/DataAccess/mozab.xcu
 MY_FILES_main += $(MY_MOD)/DataAccess/mozab2.xcu
 .END
 .END
+.IF "$(SYSTEM_LIBTEXTCAT_DATA)" != ""
+MY_FILES_main += $(MY_MOD)/org/openoffice/Office/Paths-externallibtextcatdata.xcu
+.ELSE
+MY_FILES_main += $(MY_MOD)/org/openoffice/Office/Paths-internallibtextcatdata.xcu
+.END
 
 MY_DEPS_math = main
 MY_FILES_math = \


More information about the ooo-build-commit mailing list