summaryrefslogtreecommitdiff
path: root/dependencies.in
Unidiff
Diffstat (limited to 'dependencies.in') (more/less context) (ignore whitespace changes)
-rw-r--r--dependencies.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/dependencies.in b/dependencies.in
index 2a3d34a..8d6fdbe 100644
--- a/dependencies.in
+++ b/dependencies.in
@@ -114,3 +114,14 @@
114 string "libflite library dir" 114 string "libflite library dir"
115 depends LIBFLITE_DEP 115 depends LIBFLITE_DEP
116 116
117 config LIBOBEXFTP_DEP
118 boolean "Have OBEX FTP library"
119 default "n"
120
121 config LIBOBEXFTP_INC_DIR
122 string "OBEXFTP include dir"
123 depends LIBOBEXFTP_DEP
124
125 config LIBOBEXFTP_LIB_DIR
126 string "OBEXFTP library dir"
127 depends LIBOBEXFTP_DEP