diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-08-30 11:35:02 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-08-30 19:58:49 +0000 |
commit | f0b94ad3e74afca55016ee1e15b0848ede51a016 (patch) | |
tree | e3e0ad4400c4982cdb537581760419841d360831 /sd/Library_sdui.mk | |
parent | 87b3670557ae723b8ef016b459bcda1567cf8365 (diff) |
ENABLE_BLUETOOTH* Harmonize ENABLE_* variable to TRUE/<nothing>
Change-Id: Ia27882faa9c85c439bc1f77987d766f65f1d8cef
Reviewed-on: https://gerrit.libreoffice.org/5699
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sd/Library_sdui.mk')
-rw-r--r-- | sd/Library_sdui.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk index 53f279d1b850..8eb3145aedd7 100644 --- a/sd/Library_sdui.mk +++ b/sd/Library_sdui.mk @@ -15,12 +15,12 @@ $(eval $(call gb_Library_set_include,sdui,\ -I$(SRCDIR)/sd/source/ui/inc \ )) -ifeq ($(ENABLE_SDREMOTE),YES) +ifeq ($(ENABLE_SDREMOTE),TRUE) $(eval $(call gb_Library_add_defs,sdui,\ -DENABLE_SDREMOTE \ )) -ifeq ($(ENABLE_SDREMOTE_BLUETOOTH),YES) +ifeq ($(ENABLE_SDREMOTE_BLUETOOTH),TRUE) $(eval $(call gb_Library_add_defs,sdui,\ -DENABLE_SDREMOTE_BLUETOOTH \ )) |