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
@@ -27,33 +27,38 @@ choice
27 boolean "Sharp Zaurus SL-5x00 - stock" 27 boolean "Sharp Zaurus SL-5x00 - stock"
28 28
29# config TARGET_OZ 29# config TARGET_OZ
30# boolean "Sharp Zaurus SL-5x00 - OpenZaurus" 30# boolean "Sharp Zaurus SL-5x00 - OpenZaurus"
31 31
32 config TARGET_IPAQ 32 config TARGET_IPAQ
33 boolean "Ipaq" 33 boolean "Ipaq"
34 34
35endchoice 35endchoice
36 36
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)
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
52 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) 57 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11)
53 default "linux-g++" if TARGET_IPAQ && X11 58 default "linux-g++" if TARGET_IPAQ && X11
54 59
55config CUSTOMFILE 60config CUSTOMFILE
56 string 61 string
57 default "custom-ipaq.h" if TARGET_IPAQ 62 default "custom-ipaq.h" if TARGET_IPAQ
58 default "custom-sharp.h" if TARGET_SHARP 63 default "custom-sharp.h" if TARGET_SHARP
59 64
@@ -73,32 +78,33 @@ config OPTIMIZATIONS
73# of arm-linux-, results in the build calling arm-linux-gcc as its CC. 78# of arm-linux-, results in the build calling arm-linux-gcc as its CC.
74 79
75endmenu 80endmenu
76 81
77menu "Base" 82menu "Base"
78 choice 83 choice
79 prompt "Qpe Library Selection" 84 prompt "Qpe Library Selection"
80 default LIBQPE 85 default LIBQPE
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
89endmenu 95endmenu
90 96
91comment "" 97comment ""
92 98
93#config APPLETS 99#config APPLETS
94# bool "Applets" 100# bool "Applets"
95# default "y" 101# default "y"
96 102
97menu "Applets" 103menu "Applets"
98# depends APPLETS 104# depends APPLETS
99 105
100 source core/applets/config.in 106 source core/applets/config.in
101 source noncore/applets/config.in 107 source noncore/applets/config.in
102endmenu 108endmenu
103 109
104#config APPS 110#config APPS
diff --git a/packages b/packages
index 0f7ab39..c1ac3f4 100644
--- a/packages
+++ b/packages
@@ -105,32 +105,33 @@ CONFIG_OPIEALARM core/opiealarm
105 CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro 105 CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro
106 CONFIG_OPIEIRC noncore/net/opieircopieirc.pro 106 CONFIG_OPIEIRC noncore/net/opieircopieirc.pro
107 CONFIG_OPIEMAIL2noncore/mail mail.pro 107 CONFIG_OPIEMAIL2noncore/mail mail.pro
108 CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro 108 CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro
109 CONFIG_OPIEPLAYER2 noncore/multimedia/opieplayer2opieplayer2.pro 109 CONFIG_OPIEPLAYER2 noncore/multimedia/opieplayer2opieplayer2.pro
110 CONFIG_OPIEREC noncore/multimedia/opierecopierec.pro 110 CONFIG_OPIEREC noncore/multimedia/opierecopierec.pro
111 CONFIG_OPIETOOTH-APPLET noncore/net/opietooth/appletapplet.pro 111 CONFIG_OPIETOOTH-APPLET noncore/net/opietooth/appletapplet.pro
112 CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/managermanager.pro 112 CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/managermanager.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
129 CONFIG_SFCAVE noncore/games/sfcavesfcave.pro 130 CONFIG_SFCAVE noncore/games/sfcavesfcave.pro
130 CONFIG_SFCAVE-SDL noncore/games/sfcave-sdlsfcave-sdl.pro 131 CONFIG_SFCAVE-SDL noncore/games/sfcave-sdlsfcave-sdl.pro
131 CONFIG_SHOWIMG noncore/multimedia/showimgshowimg.pro 132 CONFIG_SHOWIMG noncore/multimedia/showimgshowimg.pro
132 CONFIG_SIMPLE noncore/tools/calc2/simplesimple.pro 133 CONFIG_SIMPLE noncore/tools/calc2/simplesimple.pro
133 CONFIG_SINGLE singlesingle.pro 134 CONFIG_SINGLE singlesingle.pro
134 CONFIG_SNAKE noncore/games/snakesnake.pro 135 CONFIG_SNAKE noncore/games/snakesnake.pro
135 CONFIG_SOLITAIRE noncore/games/solitairesolitaire.pro 136 CONFIG_SOLITAIRE noncore/games/solitairesolitaire.pro
136 CONFIG_SOUND noncore/settings/soundsound.pro 137 CONFIG_SOUND noncore/settings/soundsound.pro