[PATCH] Fix single core build when TDE integration is enabled

Timothy Pearson (via Code Review) gerrit at gerrit.libreoffice.org
Mon Mar 18 18:01:30 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2830

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/30/2830/1

Fix single core build when TDE integration is enabled

Change-Id: I15d537a8ea7d3a42c9a1924dd81e83ba9b4aa421
---
M connectivity/Library_tdeabdrv1.mk
M vcl/Library_vclplug_tde.mk
2 files changed, 8 insertions(+), 0 deletions(-)



diff --git a/connectivity/Library_tdeabdrv1.mk b/connectivity/Library_tdeabdrv1.mk
index b8786fd..5e091fe 100644
--- a/connectivity/Library_tdeabdrv1.mk
+++ b/connectivity/Library_tdeabdrv1.mk
@@ -27,6 +27,10 @@
 
 $(eval $(call gb_Library_Library,tdeabdrv1))
 
+$(eval $(call gb_Library_use_packages,tdeabdrv1,\
+	shell_inc \
+))
+
 $(eval $(call gb_Library_set_include,tdeabdrv1,\
 	-I$(SRCDIR)/connectivity/source/inc \
 	$$(INCLUDE) \
diff --git a/vcl/Library_vclplug_tde.mk b/vcl/Library_vclplug_tde.mk
index 4a078ac..c4dd88d 100644
--- a/vcl/Library_vclplug_tde.mk
+++ b/vcl/Library_vclplug_tde.mk
@@ -26,6 +26,10 @@
 
 $(eval $(call gb_Library_Library,vclplug_tde))
 
+$(eval $(call gb_Library_use_packages,vclplug_tde,\
+	shell_inc \
+))
+
 $(eval $(call gb_Library_set_include,vclplug_tde,\
     $$(INCLUDE) \
     -I$(SRCDIR)/vcl/inc \

-- 
To view, visit https://gerrit.libreoffice.org/2830
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I15d537a8ea7d3a42c9a1924dd81e83ba9b4aa421
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Timothy Pearson <kb9vqf at pearsoncomputing.net>



More information about the LibreOffice mailing list