summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-02-15 14:11:28 +0100
committerDavid Ostrovsky <David.Ostrovsky@gmx.de>2013-02-16 10:56:06 +0000
commit1cfaf70d401d49ab5a2c353f256203e086a678dc (patch)
tree55d0489b9f61b28641b2412824c0cae329cad028 /Repository.mk
parent05dbe2dda095aee2b595a29b95b5952acbe55e67 (diff)
proposal: move towards killing UNOLIBS_OOO and merge libs to OOOLIBS
- this is a partial example commit moving ogltrans and mtfrenderer to OOOLIBS - this renames the libs universally as gbuild is making this trivial and little risk of having libs linking against the old name - having libs named differently (lib*.uno.so and lib*lo.so) just adds needles complexity to the build system and creates insecurity for new contributors (and is not really documented either) - we should probably look at the other lib groups for cheap kills too (renaming in stable/frozen URE isnt worth it though) Change-Id: I2106dd2afb71861acf3de7d21a2283473ea2110c Reviewed-on: https://gerrit.libreoffice.org/2169 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk
index cb034f01702b..cf5193cc72d7 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -559,6 +559,10 @@ $(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
salhelper \
))
+$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
+ mtfrenderer \
+ OGLTrans \
+))
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
PresenterScreen \
basprov \
@@ -589,9 +593,7 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
migrationoo2 \
migrationoo3 \
msforms \
- mtfrenderer \
nullcanvas \
- OGLTrans \
passwordcontainer \
pdfimport \
pythonloader \