-rw-r--r-- | config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -147,16 +147,20 @@ config OPIE_WE_VERSION_OVERRIDE config OPIE_WE_VERSION depends OPIE_WE_VERSION_OVERRIDE string "The wireless extension (WE) version to build against" default "15" if ! TARGET_X86 default "16" if TARGET_X86 endmenu +menu "Dependencies" + source dependencies.in +endmenu + menu "Base" choice prompt "Qpe Library Selection" default LIBQPE source library/config.in source x11/config.in endchoice source libopie/config.in |