summaryrefslogtreecommitdiff
path: root/platform/linuxbsd/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-04-28 15:09:31 +0200
committerGitHub <noreply@github.com>2022-04-28 15:09:31 +0200
commitd25c3aaaa708b7d8d001f56ca03ffe9bffeb8798 (patch)
treebe10d088e90c6a9e60efef823f54f9aa0d70aa07 /platform/linuxbsd/SCsub
parent3e1b824c050b765095285c67b3e4c8092e1f88c6 (diff)
parent6ab672d1ef7ece5c3019d46aeb98df3686f37e26 (diff)
Merge pull request #56192 from bruvzg/tts2.0
Diffstat (limited to 'platform/linuxbsd/SCsub')
-rw-r--r--platform/linuxbsd/SCsub3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/linuxbsd/SCsub b/platform/linuxbsd/SCsub
index cec8706fbc..09a432eae2 100644
--- a/platform/linuxbsd/SCsub
+++ b/platform/linuxbsd/SCsub
@@ -20,6 +20,9 @@ if "x11" in env and env["x11"]:
"key_mapping_x11.cpp",
]
+if "speechd" in env and env["speechd"]:
+ common_linuxbsd.append(["speechd-so_wrap.c", "tts_linux.cpp"])
+
if "vulkan" in env and env["vulkan"]:
common_linuxbsd.append("vulkan_context_x11.cpp")