summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-03-14 15:10:55 +0100
committerDavid Tardon <dtardon@redhat.com>2013-03-15 14:30:54 +0100
commit5bff31eb5ded4384f8297a9267ac1d5ff0fb84af (patch)
treef878c06c5eda7c218f4aa3a5290d0925ff1958e1 /desktop
parent48f45d36e2a0e9fbaaa4bd55e8ee4acaa9499072 (diff)
add missing dep on sal/types.h
Change-Id: I7c3df5e82e05dc494e05a15a5f64b9f25b034f74
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Library_libreoffice.mk5
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 \