author | kergoth <kergoth> | 2003-05-08 16:50:40 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-05-08 16:50:40 (UTC) |
commit | 8ee7334780202ed777895a56c7516a11d37ec6a4 (patch) (unidiff) | |
tree | 0af42f6147860cd09d46040baabdb75b0e780c7d | |
parent | 7d24cfad2a564436950b5f42e74c0bd51481f5a9 (diff) | |
download | opie-8ee7334780202ed777895a56c7516a11d37ec6a4.zip opie-8ee7334780202ed777895a56c7516a11d37ec6a4.tar.gz opie-8ee7334780202ed777895a56c7516a11d37ec6a4.tar.bz2 |
Buildsystem glue and config item for minimal qws server
-rw-r--r-- | config.in | 8 | ||||
-rw-r--r-- | packages | 1 |
2 files changed, 8 insertions, 1 deletions
@@ -40,7 +40,12 @@ config OPTIMIZE | |||
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 |
@@ -86,6 +91,7 @@ menu "Base" | |||
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 "" |
@@ -118,6 +118,7 @@ CONFIG_QASTEROIDS noncore/games/qasteroids qasteroids.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 |