aboutsummaryrefslogtreecommitdiff
path: root/backends/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'backends/module.mk')
-rw-r--r--backends/module.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/module.mk b/backends/module.mk
index 3fe829b42a..491be80692 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -167,10 +167,12 @@ MODULE_OBJS += \
saves/posix/posix-saves.o \
taskbar/unity/unity-taskbar.o
+ifdef USE_SPEECH_DISPATCHER
ifdef USE_TTS
MODULE_OBJS += \
text-to-speech/linux/linux-text-to-speech.o
endif
+endif
endif