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@pearsoncomputing.net>
Context
- [PATCH] Fix single core build when TDE integration is enabled · Timothy Pearson (via Code Review)
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.