|
diff --git a/config.in b/config.in index 7736ef2..d30f70b 100644 --- a/ config.in+++ b/ config.in |
|
@@ -35,17 +35,22 @@ choice |
35 | endchoice |
35 | endchoice |
36 | |
36 | |
37 | config OPTIMIZE |
37 | config OPTIMIZE |
38 | boolean "Use optimizations" |
38 | boolean "Use optimizations" |
39 | default "y" if ! TARGET_X86 |
39 | default "y" if ! TARGET_X86 |
40 | |
40 | |
41 | config DEBUG |
41 | config 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 | |
45 | config SPECFILE |
50 | config 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) |
50 | default "linux-g++" if TARGET_SHARP && X11 |
55 | default "linux-g++" if TARGET_SHARP && X11 |
51 | # default "linux-oz-g++" if TARGET_OZ |
56 | # default "linux-oz-g++" if TARGET_OZ |
@@ -81,16 +86,17 @@ menu "Base" |
81 | |
86 | |
82 | source library/config.in |
87 | source library/config.in |
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 |
89 | endmenu |
95 | endmenu |
90 | |
96 | |
91 | comment "" |
97 | comment "" |
92 | |
98 | |
93 | #config APPLETS |
99 | #config APPLETS |
94 | # bool "Applets" |
100 | # bool "Applets" |
95 | # default "y" |
101 | # default "y" |
96 | |
102 | |
|
|
diff --git a/packages b/packages index 0f7ab39..c1ac3f4 100644 --- a/ packages+++ b/ packages |
|
@@ -113,16 +113,17 @@ CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/manager manager.pro |
113 | CONFIG_OSEARCH noncore/apps/osearchosearch.pro |
113 | CONFIG_OSEARCH noncore/apps/osearchosearch.pro |
114 | CONFIG_OXYGEN noncore/apps/oxygenoxygen.pro |
114 | CONFIG_OXYGEN noncore/apps/oxygenoxygen.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 |
127 | CONFIG_SCREENSHOTAPPLET core/applets/screenshotappletscreenshotapplet.pro |
128 | CONFIG_SCREENSHOTAPPLET core/applets/screenshotappletscreenshotapplet.pro |
128 | CONFIG_SECURITY core/settings/securitysecurity.pro |
129 | CONFIG_SECURITY core/settings/securitysecurity.pro |
|