From c743324292a9994e20353734846b5045199d8e93 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Wed, 13 Feb 2013 23:38:59 +0100 Subject: Remove the need to manually register libs in scp2 - we have all the needed information in gbuild - reduce the amount of double and triple bookkeeping - hopefully the generated files for scp2 are only a intermediate step and we can do whatever perl voodoo scp2 does directly in gbuild - currently using basctl as an example - this also means we have to be more strict in Repository.mk with what we register: - if we dont build a libs, it shouldnt be registered (otherwise scp2 will want the nonexisting lib) - in the end, this is a Good Thing(tm): we dont want anyone trying to e.g. link against a lib we dont build - should now hopefully work on all platforms - added module bookkeeping to gbuild Change-Id: I241ca67edbfabae83859274f9aa35d2d26165ef6 --- scp2/InstallModule_ooo.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scp2/InstallModule_ooo.mk') diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk index 985865bebdf3..c1915b69bc24 100644 --- a/scp2/InstallModule_ooo.mk +++ b/scp2/InstallModule_ooo.mk @@ -27,6 +27,8 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/ooo)) +$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/ooo,ooolibs)) + $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\ DISABLE_ATL \ DISABLE_NEON \ -- cgit