summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--config.in4
-rw-r--r--dependencies.in59
2 files changed, 63 insertions, 0 deletions
diff --git a/config.in b/config.in
index 25f554c..31d4684 100644
--- a/config.in
+++ b/config.in
@@ -152,6 +152,10 @@ config OPIE_WE_VERSION
152 152
153endmenu 153endmenu
154 154
155menu "Dependencies"
156 source dependencies.in
157endmenu
158
155menu "Base" 159menu "Base"
156 choice 160 choice
157 prompt "Qpe Library Selection" 161 prompt "Qpe Library Selection"
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