summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--config.in8
-rw-r--r--packages1
2 files changed, 8 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"
diff --git a/packages b/packages
index 0f7ab39..c1ac3f4 100644
--- a/packages
+++ b/packages
@@ -115,12 +115,13 @@ CONFIG_OXYGEN noncore/apps/oxygen oxygen.pro
115 CONFIG_PARASHOOT noncore/games/parashootparashoot.pro 115 CONFIG_PARASHOOT noncore/games/parashootparashoot.pro
116 CONFIG_PICKBOARD inputmethods/pickboardpickboard.pro 116 CONFIG_PICKBOARD inputmethods/pickboardpickboard.pro
117 CONFIG_QASTEROIDS noncore/games/qasteroidsqasteroids.pro 117 CONFIG_QASTEROIDS noncore/games/qasteroidsqasteroids.pro
118 CONFIG_QCOP core/apps/qcopqcop.pro 118 CONFIG_QCOP core/apps/qcopqcop.pro
119 CONFIG_QPDF noncore/graphics/qpdfqpdf.pro 119 CONFIG_QPDF noncore/graphics/qpdfqpdf.pro
120 CONFIG_QUICKEXEC quickexecquickexec.pro 120 CONFIG_QUICKEXEC quickexecquickexec.pro
121 CONFIG_QWS core/qwsqws.pro
121 CONFIG_REMOTE noncore/tools/remoteremote.pro 122 CONFIG_REMOTE noncore/tools/remoteremote.pro
122 CONFIG_RESTARTAPPLET core/applets/restartappletrestartapplet.pro 123 CONFIG_RESTARTAPPLET core/applets/restartappletrestartapplet.pro
123 CONFIG_RESTARTAPPLET2 core/applets/restartapplet2restartapplet2.pro 124 CONFIG_RESTARTAPPLET2 core/applets/restartapplet2restartapplet2.pro
124 CONFIG_ROTATEAPPLET core/applets/rotateappletrotateapplet.pro 125 CONFIG_ROTATEAPPLET core/applets/rotateappletrotateapplet.pro
125 CONFIG_ROTATION noncore/settings/rotationrotation.pro 126 CONFIG_ROTATION noncore/settings/rotationrotation.pro
126 CONFIG_RUNAPPLET core/applets/runappletrunapplet.pro 127 CONFIG_RUNAPPLET core/applets/runappletrunapplet.pro