author | llornkcor <llornkcor> | 2003-11-13 06:16:57 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-11-13 06:16:57 (UTC) |
commit | a539861cbebf3517472d01ee6e9b34e9f763156e (patch) (side-by-side diff) | |
tree | 5f097803576cd4d57ca05079f011c158aef0a54e /noncore/comm | |
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 |
1 files changed, 1 insertions, 1 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 @@ config MOBILEMSG boolean "opie-mobilemsg (send SMS messages)" - default "y" + default "n" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |