summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 14:29:14 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 19:59:54 +0000
commit5b7dff553cf51ecc3d21a2231861390d16ccf0eb (patch)
treebe8a23e9277d0d8d6e566306754f4a0717201eec /vcl
parentENABLE_MINIMIZER Harmonize ENABLE_* variable to TRUE/<nothing> (diff)
downloadcore-5b7dff553cf51ecc3d21a2231861390d16ccf0eb.tar.gz
core-5b7dff553cf51ecc3d21a2231861390d16ccf0eb.zip
ENABLE_MACOSX_SANDBOX Harmonize ENABLE_* variable to TRUE/<nothing>
Change-Id: Ice05796a9887c4ff311b78fcddd9820e0f06e7f1 Reviewed-on: https://gerrit.libreoffice.org/5708 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/Library_vcl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index e37ec15f93db..f82fd875459a 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -450,7 +450,7 @@ $(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\
CoreFoundation \
))
-ifneq ($(ENABLE_MACOSX_SANDBOX),YES)
+ifneq ($(ENABLE_MACOSX_SANDBOX),TRUE)
$(eval $(call gb_Library_use_libraries,vcl,\
AppleRemote \
))