summaryrefslogtreecommitdiff
path: root/sd/Library_sd.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-11-20 13:51:28 +0100
committerDavid Tardon <dtardon@redhat.com>2016-11-21 09:44:41 +0100
commita1e9e5848c2018a91f36dffa6ffda67e16446877 (patch)
tree3fe277c0fe8fb7db3987273d258d0d4381345beb /sd/Library_sd.mk
parent938dc595a2c1598e73c112150e1abb848dac4453 (diff)
add missing resource dep
Change-Id: I018d04217dd25661562dde7e4f84ef32c5a3eb6a
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r--sd/Library_sd.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 6a267d46a0f5..337cb614fd8c 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -578,4 +578,7 @@ endif # ENABLE_SDREMOTE_BLUETOOTH=TRUE
endif # ENABLE_SDREMOTE=TRUE
+# Runtime dependency for unit-tests
+$(eval $(call gb_Library_use_restarget,sd,sd))
+
# vim: set noet sw=4 ts=4:
04-19 07:52:08 +0000'>2013-04-19Java cleanup, remove the rest of the unnecessary castsNoel Grandin 2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane 2013-04-15fdo#60724 correct spellingThomas Arnhold 2013-04-12fdo#36858Lionel Elie Mamane 2013-04-11java.lang.String.isEmpty is only since 1.6Stephan Bergmann 2013-04-10reportbuilder: do not use empty tablenameLionel Elie Mamane 2013-03-18fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-12reportbuilder: make "Group on" not-"Each Value" actually workLionel Elie Mamane 2013-03-11fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky 2013-03-07Make gb_Extension_use_default_description/license explicitStephan Bergmann 2013-03-06remove ReportEngine2 interfaceDavid Ostrovsky 2013-03-06fdo#61726 java class collision with new idlDavid Ostrovsky 2013-03-03Related to fdo#60724: correct spellingThomas Arnhold 2013-02-28remove all d.lstMichael Stahl 2013-02-19janitorial: typo in commentLionel Elie Mamane 2013-02-19add commentLionel Elie Mamane 2013-02-19fdo#52948 fix print-repeated-values=no with formatted valuesLionel Elie Mamane 2012-12-12Remove xml2cmp leftoversStephan Bergmann 2012-11-29reportbuilder does not look like dmake anymoreBjoern Michaelsen 2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz 2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz 2012-10-23gbuild: fix XcuMergeTarget build breakage:Michael Stahl 2012-10-23gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl 2012-10-10Remove commented code and empty methodsJose Guilherme Vanz 2012-09-22fix configuration depsDavid Tardon 2012-09-10Java5 update, Convert ArrayList and Vector code to use genericsNoel Grandin 2012-09-06Java cleanup, remove unnecessary importsNoel Grandin 2012-08-23fdo#38791: Do not use java.awt, causes problems on Mac OS XStephan Bergmann 2012-08-17gbuild: register all jarsMichael Stahl 2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl 2012-07-25fdo#52427 fix l10n of reportbuilderDavid Tardon