[Libreoffice-commits] .: vcl/Library_vcl.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Sep 20 22:08:35 PDT 2012
vcl/Library_vcl.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 68e74da3ee12c8acae5c8106c2fc38c4f446c7c8
Author: Tor Lillqvist <tml at iki.fi>
Date: Fri Sep 21 08:08:01 2012 +0300
No 64-bit Quicktime framework
Change-Id: I9bcd9b5402e9c22568b2e6afd5b26ffbea40eb94
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 6c68a6f..2f2a2af 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -445,7 +445,7 @@ $(eval $(call gb_Library_use_libraries,vcl,\
AppleRemote \
))
$(eval $(call gb_Library_use_externals,vcl,\
- quicktime \
+ $(if $(filter 64,$(BITNESS_OVERRIDE)),,quicktime) \
cocoa \
carbon \
corefoundation \
More information about the Libreoffice-commits
mailing list