summaryrefslogtreecommitdiff
authorkergoth <kergoth>2003-05-08 16:50:40 (UTC)
committer kergoth <kergoth>2003-05-08 16:50:40 (UTC)
commit8ee7334780202ed777895a56c7516a11d37ec6a4 (patch) (unidiff)
tree0af42f6147860cd09d46040baabdb75b0e780c7d
parent7d24cfad2a564436950b5f42e74c0bd51481f5a9 (diff)
downloadopie-8ee7334780202ed777895a56c7516a11d37ec6a4.zip
opie-8ee7334780202ed777895a56c7516a11d37ec6a4.tar.gz
opie-8ee7334780202ed777895a56c7516a11d37ec6a4.tar.bz2
Buildsystem glue and config item for minimal qws server
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
@@ -31,25 +31,30 @@ choice
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
@@ -77,24 +82,25 @@ endmenu
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
diff --git a/packages b/packages
index 0f7ab39..c1ac3f4 100644
--- a/packages
+++ b/packages
@@ -109,24 +109,25 @@ CONFIG_OPIEPLAYER core/multimedia/opieplayer opieplayer.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