summaryrefslogtreecommitdiff
path: root/dependencies.in
Unidiff
Diffstat (limited to 'dependencies.in') (more/less context) (show whitespace changes)
-rw-r--r--dependencies.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/dependencies.in b/dependencies.in
index 4c758d3..70619de 100644
--- a/dependencies.in
+++ b/dependencies.in
@@ -26,3 +26,3 @@
26 boolean "Have sqlite >= 3.0.7" 26 boolean "Have sqlite >= 3.0.7"
27 default n 27 default "n"
28 28
@@ -104 +104,13 @@
104 104
105 config LIBFLITE_DEP
106 boolean "Have flite library"
107 default "n"
108
109 config LIBFLITE_INC_DIR
110 string "libflite include dir"
111 depends LIBFLITE_DEP
112
113 config LIBFLITE_LIB_DIR
114 string "libflite library dir"
115 depends LIBFLITE_DEP
116