summaryrefslogtreecommitdiff
path: root/dependencies.in
authorzecke <zecke>2004-04-08 00:54:51 (UTC)
committer zecke <zecke>2004-04-08 00:54:51 (UTC)
commit3edb32d3ff88e4659705874602c4d4808f45aa78 (patch) (side-by-side diff)
treea65ec91d0ebcb32d17d3dfafd7f804ad991e3bd4 /dependencies.in
parent4a0765bf2e8914ff3c2d58c7a44d8a194277dcd5 (diff)
downloadopie-3edb32d3ff88e4659705874602c4d4808f45aa78.zip
opie-3edb32d3ff88e4659705874602c4d4808f45aa78.tar.gz
opie-3edb32d3ff88e4659705874602c4d4808f45aa78.tar.bz2
Create a Menu for dependencies
Diffstat (limited to 'dependencies.in') (more/less context) (ignore whitespace changes)
-rw-r--r--dependencies.in59
1 files changed, 59 insertions, 0 deletions
diff --git a/dependencies.in b/dependencies.in
new file mode 100644
index 0000000..2db6141
--- a/dev/null
+++ b/dependencies.in
@@ -0,0 +1,59 @@
+ config LIBETPAN_DEP
+ boolean "Have Libetpan >= 0.33pre"
+ default "n"
+
+ config LIBETPAN_LIB_DIR
+ string "LIBETPAN library dir"
+ depends LIBETPAN_DEP
+
+ config LIBETPAN_INC_DIR
+ string "LIBETPAN include dir"
+ depends LIBETPAN_DEP
+
+ config LIBPCAP_DEP
+ boolean "Have libpcap >= 0.7.2"
+ default "n"
+
+ config LIBPCAP_LIB_DIR
+ string "LIBPCAP library dir"
+ depends LIBPCAP_DEP
+
+ config LIBPCAP_INC_DIR
+ string "LIBPCAP include dir"
+ depends LIBPCAP_DEP
+
+ config LIBSQLITE_DEP
+ boolean "Have sqlite >= 2.8.6"
+ default n
+
+ config LIBSQLITE_LIB_DIR
+ string "LIBSQLITE library dir"
+ depends LIBSQLITE_DEP
+
+ config LIBSQLITE_INC_DIR
+ string "LIBSQLITE include dir"
+ depends LIBSQLITE_DEP
+
+ config LIBXINE_DEP
+ boolean "have libxine 1.0 beta11"
+ default "n"
+
+ config LIBXINE_LIB_DIR
+ string "LIBXINE library dir"
+ depends "LIBXINE_DEP
+
+ config LIBXINE_INC_DIR
+ string "LIBXINE include dir"
+ depends LIBXINE_DEP
+
+ config LIBIPK_DEP
+ boolean "have libipkg v109 or greater"
+ default "n"
+
+ config LIBIPK_LIB_DIR
+ string "libipkg library dir"
+ depends LIBIPK_DEP
+
+ config LIBIPK_INC_DIR
+ string "libipkg include dir"
+ depends LIBIPK_DEP