summaryrefslogtreecommitdiff
path: root/postprocess/CustomTarget_registry.mk
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess/CustomTarget_registry.mk')
-rw-r--r--postprocess/CustomTarget_registry.mk4
1 files changed, 2 insertions, 2 deletions
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 \