diff options
author | Enrico Weigelt, metux ITS <metuxitservice@googlemail.com> | 2012-11-16 00:00:58 +0100 |
---|---|---|
committer | Rene Engelhard <rene.engelhard.re@googlemail.com> | 2012-11-16 13:55:23 +0000 |
commit | 0e682df529bb9216e009da39c449dab29ccf2807 (patch) | |
tree | a56584aa2cac6d2cfc00c8011a3600bbdf785ddf /sd/Library_sdui.mk | |
parent | dcb080347ca127044313bbb3c11c37761cc2a7a2 (diff) |
renamed --enable-bluetooth to --enable-sdremote-bluetooth
The current configure option --enable-bluetooth is a bit misleading,
it doesn't really tell what it's actually for. Therefore renamed it,
so it's more clear that it's an sdremote backend using bluetooth.
Change-Id: Ia8b46ee001ea112b80521baa502dcab2bb7e83aa
Reviewed-on: https://gerrit.libreoffice.org/1086
Reviewed-by: Rene Engelhard <rene.engelhard.re@googlemail.com>
Tested-by: Rene Engelhard <rene.engelhard.re@googlemail.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 9d4ec750fd0b..2304d493feb9 100644 --- a/sd/Library_sdui.mk +++ b/sd/Library_sdui.mk @@ -42,9 +42,9 @@ $(eval $(call gb_Library_add_defs,sdui,\ -DENABLE_SDREMOTE \ )) -ifeq ($(ENABLE_BLUETOOTH),YES) +ifeq ($(ENABLE_SDREMOTE_BLUETOOTH),YES) $(eval $(call gb_Library_add_defs,sdui,\ - -DENABLE_BLUETOOTH \ + -DENABLE_SDREMOTE_BLUETOOTH \ )) endif |