diff options
author | David Tardon <dtardon@redhat.com> | 2012-12-08 14:21:13 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-12-09 13:35:34 +0100 |
commit | cf64f0afb117fd9f4390964dca38fbee9010e873 (patch) | |
tree | e3328ead4763898d3b1bbdd7bc93ab0718ea7e01 /sc/Library_sc.mk | |
parent | b0ea67981e16336220e54d6e71f5b095c3084ed7 (diff) |
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
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 10918e493f9d..045e4221a141 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,\ |