summaryrefslogtreecommitdiff
path: root/dependencies.in
Side-by-side diff
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 @@
string "libflite library dir"
depends LIBFLITE_DEP
+ config LIBOBEXFTP_DEP
+ boolean "Have OBEX FTP library"
+ default "n"
+
+ config LIBOBEXFTP_INC_DIR
+ string "OBEXFTP include dir"
+ depends LIBOBEXFTP_DEP
+
+ config LIBOBEXFTP_LIB_DIR
+ string "OBEXFTP library dir"
+ depends LIBOBEXFTP_DEP