author | llornkcor <llornkcor> | 2003-11-13 06:16:57 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-11-13 06:16:57 (UTC) |
commit | a539861cbebf3517472d01ee6e9b34e9f763156e (patch) (unidiff) | |
tree | 5f097803576cd4d57ca05079f011c158aef0a54e | |
parent | aec97f423ccc42f803f09ccf743b42e36363cc26 (diff) | |
download | opie-a539861cbebf3517472d01ee6e9b34e9f763156e.zip opie-a539861cbebf3517472d01ee6e9b34e9f763156e.tar.gz opie-a539861cbebf3517472d01ee6e9b34e9f763156e.tar.bz2 |
non essential apps should not be built by default
-rw-r--r-- | noncore/comm/mobilemsg/config.in | 2 | ||||
-rw-r--r-- | noncore/unsupported/gsmtool/config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/comm/mobilemsg/config.in b/noncore/comm/mobilemsg/config.in index 6169f94..b3c7465 100644 --- a/noncore/comm/mobilemsg/config.in +++ b/noncore/comm/mobilemsg/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config MOBILEMSG | 1 | config MOBILEMSG |
2 | boolean "opie-mobilemsg (send SMS messages)" | 2 | boolean "opie-mobilemsg (send SMS messages)" |
3 | default "y" | 3 | default "n" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/unsupported/gsmtool/config.in b/noncore/unsupported/gsmtool/config.in index 8274f34..00d09d8 100644 --- a/noncore/unsupported/gsmtool/config.in +++ b/noncore/unsupported/gsmtool/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config GSMTOOL | 1 | config GSMTOOL |
2 | boolean "opie-gsmtool (an GSM phone utility program)" | 2 | boolean "opie-gsmtool (an GSM phone utility program)" |
3 | default "y" | 3 | default "n" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |