From 81510ee8a59636d9cbc2c3172361685e3573b415 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Fri, 30 Aug 2013 23:12:19 -0500 Subject: ENABLE_LOCKDOWN Harmonize ENABLE_* variable to TRUE/ Change-Id: I47b2d7a59bbf1f5a96523d451c8b6f4fa12c8e90 --- postprocess/CustomTarget_registry.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postprocess') diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 8b9dd008a43f..cab1be8417eb 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -434,10 +434,10 @@ postprocess_DRIVERS += postgresql endif ifeq (unx,$(GUIBASE)) -ifneq (,$(or $(filter TRUEYES,$(ENABLE_GCONF)$(ENABLE_LOCKDOWN))$(filter TRUE,$(ENABLE_GIO)))) +ifneq (,$(or $(filter TRUETRUE,$(ENABLE_GCONF)$(ENABLE_LOCKDOWN))$(filter TRUE,$(ENABLE_GIO)))) postprocess_XCDS += gnome.xcd postprocess_DEPS_gnome := main -ifeq ($(ENABLE_GCONF)$(ENABLE_LOCKDOWN),TRUEYES) +ifeq ($(ENABLE_GCONF)$(ENABLE_LOCKDOWN),TRUETRUE) postprocess_FILES_gnome += \ $(postprocess_MOD)/org/openoffice/Office/Common-gconflockdown.xcu \ $(postprocess_MOD)/org/openoffice/Office/Recovery-gconflockdown.xcu \ -- cgit