summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-09-12 12:09:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-09-12 14:31:44 +0200
commit801cc9550b38778971a9b3ebf427a6a151c50033 (patch)
tree3e1b7b253af1a1771b66efc9ddb6ea6ea4a3f5c3 /postprocess
parentdd7b96ee874611a9e965badb166a408881223039 (diff)
Remove Library_avmediaQuickTime, which is dead
...as a consequence of a4e81b7c313e5cb0e0f23a8605502b4b0b7f599e "No QuickTime in the 10.12 SDK" and <https://gerrit.libreoffice.org/#/c/60375/> "Support for building with macOS SDK < 10.12 is long gone" Change-Id: Ida690370aea5b9559bb2c112dc73f26738facfd0 Reviewed-on: https://gerrit.libreoffice.org/60376 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/Rdb_services.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index e5ab844e28ad..34a3dab0c6d3 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -128,11 +128,6 @@ $(eval $(call gb_Rdb_add_components,services,\
writerperfect/source/calc/wpftcalc \
$(if $(filter MACOSX,$(OS)), \
$(call gb_Helper_optional,AVMEDIA,avmedia/source/macavf/avmediaMacAVF) \
- $(if $(filter TRUE,$(ENABLE_MACOSX_SANDBOX)),, \
- $(if $(shell test $(MACOSX_SDK_VERSION) -ge 101200 || echo nope), \
- $(call gb_Helper_optional,AVMEDIA,avmedia/source/quicktime/avmediaQuickTime) \
- ) \
- ) \
lingucomponent/source/spellcheck/macosxspell/MacOSXSpell \
fpicker/source/aqua/fps_aqua \
shell/source/backends/macbe/macbe1 \