extensions/Library_npsoplugin.mk | 5 ++++- extensions/Library_updatecheckui.mk | 4 ++++ extensions/Library_updchk.mk | 4 ++++ sc/Library_sc.mk | 4 ++++ 4 files changed, 16 insertions(+), 1 deletion(-)
New commits: commit 92ccb9a9262d24087f95a8c2c6e0839cce6d9e13 Author: David Tardon <dtar...@redhat.com> Date: Sat Dec 8 22:25:01 2012 +0100 add missing dep on tools/urlobj.hxx Change-Id: I8529f58d9acd6d9203f7107b269638fd05167a65 diff --git a/extensions/Library_updchk.mk b/extensions/Library_updchk.mk index d03cb0c..602d434 100644 --- a/extensions/Library_updchk.mk +++ b/extensions/Library_updchk.mk @@ -36,6 +36,10 @@ $(eval $(call gb_Library_set_include,updchk,\ -I$(SRCDIR)/extensions/inc \ )) +$(eval $(call gb_Library_use_packages,updchk,\ + tools_inc \ +)) + $(eval $(call gb_Library_use_sdk_api,updchk)) $(eval $(call gb_Library_use_libraries,updchk,\ commit 56ac41cf8de47726f0552844299b61c2c12302cc Author: David Tardon <dtar...@redhat.com> Date: Sat Dec 8 22:15:13 2012 +0100 add missing dep on sfx2/sfx.hrc Change-Id: Ib8853b97561d982509e3a5e2d0160a2fa34397cc diff --git a/extensions/Library_updatecheckui.mk b/extensions/Library_updatecheckui.mk index 75ac53f..4ddad27 100644 --- a/extensions/Library_updatecheckui.mk +++ b/extensions/Library_updatecheckui.mk @@ -30,6 +30,10 @@ $(eval $(call gb_Library_Library,updatecheckui)) $(eval $(call gb_Library_set_componentfile,updatecheckui,extensions/source/update/ui/updchk)) +$(eval $(call gb_Library_use_packages,updatecheckui,\ + sfx2_inc \ +)) + $(eval $(call gb_Library_use_sdk_api,updatecheckui)) $(eval $(call gb_Library_use_libraries,updatecheckui,\ commit cf64f0afb117fd9f4390964dca38fbee9010e873 Author: David Tardon <dtar...@redhat.com> Date: Sat Dec 8 14:21:13 2012 +0100 add missing dep on oox/helper/helper.hxx Ultimately, most of the stuff in this header ought to be moved into comphelper or other "common" module. Change-Id: Ib31500b2d18f0371efc9f1217aa481367c0abfcc diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 10918e4..045e422 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -40,6 +40,10 @@ $(eval $(call gb_Library_add_defs,sc,\ -DSC_INFO_OSVERSION=\"$(OS)\" \ )) +$(eval $(call gb_Library_use_packages,sc,\ + oox_inc \ +)) + $(eval $(call gb_Library_use_sdk_api,sc)) $(eval $(call gb_Library_use_externals,sc,\ commit b0ea67981e16336220e54d6e71f5b095c3084ed7 Author: David Tardon <dtar...@redhat.com> Date: Sat Dec 8 07:22:07 2012 +0100 add missing dep on boost Change-Id: I04fe44afceaf0a415577b1b3a359d05d0d1821dc diff --git a/extensions/Library_npsoplugin.mk b/extensions/Library_npsoplugin.mk index 31908f6..7695e9d 100644 --- a/extensions/Library_npsoplugin.mk +++ b/extensions/Library_npsoplugin.mk @@ -35,7 +35,10 @@ $(eval $(call gb_Library_use_packages,npsoplugin,\ np_sdk_inc \ )) -$(eval $(call gb_Library_use_external,npsoplugin,npapi_headers)) +$(eval $(call gb_Library_use_externals,npsoplugin,\ + boost_headers \ + npapi_headers \ +)) $(eval $(call gb_Library_use_static_libraries,npsoplugin,\ npsoenv \ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits