Unidiff1 files changed, 4 insertions, 0 deletions
|
diff --git a/config.in b/config.in index 25f554c..31d4684 100644 --- a/ config.in+++ b/ config.in |
|
@@ -149,12 +149,16 @@ config OPIE_WE_VERSION |
149 | string "The wireless extension (WE) version to build against" |
149 | string "The wireless extension (WE) version to build against" |
150 | default "15" if ! TARGET_X86 |
150 | default "15" if ! TARGET_X86 |
151 | default "16" if TARGET_X86 |
151 | default "16" if TARGET_X86 |
152 | |
152 | |
153 | endmenu |
153 | endmenu |
154 | |
154 | |
| |
155 | menu "Dependencies" |
| |
156 | source dependencies.in |
| |
157 | endmenu |
| |
158 | |
155 | menu "Base" |
159 | menu "Base" |
156 | choice |
160 | choice |
157 | prompt "Qpe Library Selection" |
161 | prompt "Qpe Library Selection" |
158 | default LIBQPE |
162 | default LIBQPE |
159 | source library/config.in |
163 | source library/config.in |
160 | source x11/config.in |
164 | source x11/config.in |
|