diff options
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index 123c4184b985..146398fd4bc7 100644 --- a/Repository.mk +++ b/Repository.mk @@ -75,6 +75,8 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ tk \ tl \ utl \ + unordf \ + unoxml \ vbahelper \ vcl \ xcr \ @@ -87,8 +89,10 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ )) $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ - icuuc \ cppunit \ + icuuc \ + rdf \ + xslt \ )) |