summaryrefslogtreecommitdiff
path: root/postprocess/Rdb_services.mk
diff options
context:
space:
mode:
authorDouglas Mencken <dougmencken@gmail.com>2016-09-25 04:49:44 -0400
committerjan iversen <jani@documentfoundation.org>2016-10-14 06:42:49 +0000
commit78310ffb41cd00a1d0a7ab15a5c44cae02c08184 (patch)
tree07f273c201c6249e4594898134678e2fa402323d /postprocess/Rdb_services.mk
parent833d952a5735f5128ab4e8af0b9c60218254e3bd (diff)
The logic is “ no QuickTime™ in the 10.12 SDK & beyond ”
instead of “ QuickTime only in 10.8 10.9 10.10 & 10.11 ” related commits are a4e81b7c313e5cb0e0f23a8605502b4b0b7f599e bfbbbd87d33c0d51a9ff844f2175400b753ba5b9 Change-Id: Ie65abb736aa11ad063edeaed798d2e03db1684fe Reviewed-on: https://gerrit.libreoffice.org/29268 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'postprocess/Rdb_services.mk')
-rw-r--r--postprocess/Rdb_services.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index f56e55bccb67..e22623be9417 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -127,7 +127,7 @@ $(eval $(call gb_Rdb_add_components,services,\
$(if $(filter MACOSX,$(OS)), \
$(call gb_Helper_optional,AVMEDIA,avmedia/source/macavf/avmediaMacAVF) \
$(if $(filter TRUE,$(ENABLE_MACOSX_SANDBOX)),, \
- $(if $(filter 1080 1090 101000 101100,$(MACOSX_SDK_VERSION)), \
+ $(if $(shell test $(MACOSX_SDK_VERSION) -ge 101200 || echo nope), \
$(call gb_Helper_optional,AVMEDIA,avmedia/source/quicktime/avmediaQuickTime) \
) \
) \