summaryrefslogtreecommitdiff
authorkergoth <kergoth>2003-05-08 16:50:40 (UTC)
committer kergoth <kergoth>2003-05-08 16:50:40 (UTC)
commit8ee7334780202ed777895a56c7516a11d37ec6a4 (patch) (side-by-side diff)
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) (show 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
config OPTIMIZE
boolean "Use optimizations"
default "y" if ! TARGET_X86
config DEBUG
boolean "Enable debug builds"
- default "n"
+ default n
+
+ config RELEASE
+ bool
+ default y
+ depends ! DEBUG
config SPECFILE
string
default "qws/linux-generic-g++" if TARGET_X86 && (! X11)
default "linux-g++" if TARGET_X86 && X11
default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11)
@@ -83,12 +88,13 @@ menu "Base"
source x11/config.in
endchoice
source libopie/config.in
source core/opie-login/config.in
source core/opiealarm/config.in
source core/launcher/config.in
+ source core/qws/config.in
endmenu
comment ""
#config APPLETS
# 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
CONFIG_PARASHOOT noncore/games/parashoot parashoot.pro
CONFIG_PICKBOARD inputmethods/pickboard pickboard.pro
CONFIG_QASTEROIDS noncore/games/qasteroids qasteroids.pro
CONFIG_QCOP core/apps/qcop qcop.pro
CONFIG_QPDF noncore/graphics/qpdf qpdf.pro
CONFIG_QUICKEXEC quickexec quickexec.pro
+CONFIG_QWS core/qws qws.pro
CONFIG_REMOTE noncore/tools/remote remote.pro
CONFIG_RESTARTAPPLET core/applets/restartapplet restartapplet.pro
CONFIG_RESTARTAPPLET2 core/applets/restartapplet2 restartapplet2.pro
CONFIG_ROTATEAPPLET core/applets/rotateapplet rotateapplet.pro
CONFIG_ROTATION noncore/settings/rotation rotation.pro
CONFIG_RUNAPPLET core/applets/runapplet runapplet.pro