diff options
author | David Tardon <dtardon@redhat.com> | 2013-03-14 15:10:55 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-03-15 14:30:54 +0100 |
commit | 5bff31eb5ded4384f8297a9267ac1d5ff0fb84af (patch) | |
tree | f878c06c5eda7c218f4aa3a5290d0925ff1958e1 /desktop | |
parent | 48f45d36e2a0e9fbaaa4bd55e8ee4acaa9499072 (diff) |
add missing dep on sal/types.h
Change-Id: I7c3df5e82e05dc494e05a15a5f64b9f25b034f74
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Library_libreoffice.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/Library_libreoffice.mk b/desktop/Library_libreoffice.mk index dbe3e81313a4..c18816ff3194 100644 --- a/desktop/Library_libreoffice.mk +++ b/desktop/Library_libreoffice.mk @@ -9,6 +9,11 @@ $(eval $(call gb_Library_Library,libreoffice)) +$(eval $(call gb_Library_use_packages,libreoffice,\ + sal_generated \ + sal_odk_headers \ +)) + $(eval $(call gb_Library_set_include,libreoffice,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ |