summaryrefslogtreecommitdiff
path: root/config.in
authorkergoth <kergoth>2003-05-08 16:50:40 (UTC)
committer kergoth <kergoth>2003-05-08 16:50:40 (UTC)
commit8ee7334780202ed777895a56c7516a11d37ec6a4 (patch) (unidiff)
tree0af42f6147860cd09d46040baabdb75b0e780c7d /config.in
parent7d24cfad2a564436950b5f42e74c0bd51481f5a9 (diff)
downloadopie-8ee7334780202ed777895a56c7516a11d37ec6a4.zip
opie-8ee7334780202ed777895a56c7516a11d37ec6a4.tar.gz
opie-8ee7334780202ed777895a56c7516a11d37ec6a4.tar.bz2
Buildsystem glue and config item for minimal qws server
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.in b/config.in
index 7736ef2..d30f70b 100644
--- a/config.in
+++ b/config.in
@@ -37,13 +37,18 @@ endchoice
37config OPTIMIZE 37config OPTIMIZE
38 boolean "Use optimizations" 38 boolean "Use optimizations"
39 default "y" if ! TARGET_X86 39 default "y" if ! TARGET_X86
40 40
41config DEBUG 41config DEBUG
42 boolean "Enable debug builds" 42 boolean "Enable debug builds"
43 default "n" 43 default n
44
45 config RELEASE
46 bool
47 default y
48 depends ! DEBUG
44 49
45config SPECFILE 50config SPECFILE
46 string 51 string
47 default "qws/linux-generic-g++" if TARGET_X86 && (! X11) 52 default "qws/linux-generic-g++" if TARGET_X86 && (! X11)
48 default "linux-g++" if TARGET_X86 && X11 53 default "linux-g++" if TARGET_X86 && X11
49 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) 54 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11)
@@ -83,12 +88,13 @@ menu "Base"
83 source x11/config.in 88 source x11/config.in
84 endchoice 89 endchoice
85 source libopie/config.in 90 source libopie/config.in
86 source core/opie-login/config.in 91 source core/opie-login/config.in
87 source core/opiealarm/config.in 92 source core/opiealarm/config.in
88 source core/launcher/config.in 93 source core/launcher/config.in
94 source core/qws/config.in
89endmenu 95endmenu
90 96
91comment "" 97comment ""
92 98
93#config APPLETS 99#config APPLETS
94# bool "Applets" 100# bool "Applets"