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) (unidiff)
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 @@
1 config LIBETPAN_DEP
2 boolean "Have Libetpan >= 0.33pre"
3 default "n"
4
5 config LIBETPAN_LIB_DIR
6 string "LIBETPAN library dir"
7 depends LIBETPAN_DEP
8
9 config LIBETPAN_INC_DIR
10 string "LIBETPAN include dir"
11 depends LIBETPAN_DEP
12
13 config LIBPCAP_DEP
14 boolean "Have libpcap >= 0.7.2"
15 default "n"
16
17 config LIBPCAP_LIB_DIR
18 string "LIBPCAP library dir"
19 depends LIBPCAP_DEP
20
21 config LIBPCAP_INC_DIR
22 string "LIBPCAP include dir"
23 depends LIBPCAP_DEP
24
25 config LIBSQLITE_DEP
26 boolean "Have sqlite >= 2.8.6"
27 default n
28
29 config LIBSQLITE_LIB_DIR
30 string "LIBSQLITE library dir"
31 depends LIBSQLITE_DEP
32
33 config LIBSQLITE_INC_DIR
34 string "LIBSQLITE include dir"
35 depends LIBSQLITE_DEP
36
37 config LIBXINE_DEP
38 boolean "have libxine 1.0 beta11"
39 default "n"
40
41 config LIBXINE_LIB_DIR
42 string "LIBXINE library dir"
43 depends "LIBXINE_DEP
44
45 config LIBXINE_INC_DIR
46 string "LIBXINE include dir"
47 depends LIBXINE_DEP
48
49 config LIBIPK_DEP
50 boolean "have libipkg v109 or greater"
51 default "n"
52
53 config LIBIPK_LIB_DIR
54 string "libipkg library dir"
55 depends LIBIPK_DEP
56
57 config LIBIPK_INC_DIR
58 string "libipkg include dir"
59 depends LIBIPK_DEP