author | kergoth <kergoth> | 2002-11-05 02:44:15 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 02:44:15 (UTC) |
commit | 4caab5d30f9a03dad052ea84216ddad944eb806c (patch) (side-by-side diff) | |
tree | 64400ee9345513afa5ec40747279d20592a06b6e /core | |
parent | ed163d67a674b1c4ac6b7e917a509029da446dfb (diff) | |
download | opie-4caab5d30f9a03dad052ea84216ddad944eb806c.zip opie-4caab5d30f9a03dad052ea84216ddad944eb806c.tar.gz opie-4caab5d30f9a03dad052ea84216ddad944eb806c.tar.bz2 |
Adding initial config.in files
37 files changed, 167 insertions, 0 deletions
diff --git a/core/applets/batteryapplet/config.in b/core/applets/batteryapplet/config.in new file mode 100644 index 0000000..5cf8b12 --- a/dev/null +++ b/core/applets/batteryapplet/config.in @@ -0,0 +1,7 @@ +menu "batteryapplet" + + config BATTERYAPPLET + boolean "batteryapplet" + default "y" + depends LIBQPE && LIBOPIE +endmenu diff --git a/core/applets/cardmon/config.in b/core/applets/cardmon/config.in new file mode 100644 index 0000000..0f74814 --- a/dev/null +++ b/core/applets/cardmon/config.in @@ -0,0 +1,4 @@ + config CARDMON + boolean "cardmon" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/applets/clipboardapplet/config.in b/core/applets/clipboardapplet/config.in new file mode 100644 index 0000000..4ac0039 --- a/dev/null +++ b/core/applets/clipboardapplet/config.in @@ -0,0 +1,4 @@ + config CLIPBOARDAPPLET + boolean "clipboardapplet" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/applets/clockapplet/config.in b/core/applets/clockapplet/config.in new file mode 100644 index 0000000..9c5f080 --- a/dev/null +++ b/core/applets/clockapplet/config.in @@ -0,0 +1,4 @@ + config CLOCKAPPLET + boolean "clockapplet" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/applets/homeapplet/config.in b/core/applets/homeapplet/config.in new file mode 100644 index 0000000..3e37837 --- a/dev/null +++ b/core/applets/homeapplet/config.in @@ -0,0 +1,4 @@ + config HOMEAPPLET + boolean "homeapplet" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/applets/irdaapplet/config.in b/core/applets/irdaapplet/config.in new file mode 100644 index 0000000..c8e3667 --- a/dev/null +++ b/core/applets/irdaapplet/config.in @@ -0,0 +1,4 @@ + config IRDAAPPLET + boolean "irdaapplet" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/applets/logoutapplet/config.in b/core/applets/logoutapplet/config.in new file mode 100644 index 0000000..a822e0e --- a/dev/null +++ b/core/applets/logoutapplet/config.in @@ -0,0 +1,4 @@ + config LOGOUTAPPLET + boolean "logoutapplet" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/applets/obex/config.in b/core/applets/obex/config.in new file mode 100644 index 0000000..4b6440d --- a/dev/null +++ b/core/applets/obex/config.in @@ -0,0 +1,4 @@ + config OBEX + boolean "obex" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/applets/restartapplet/config.in b/core/applets/restartapplet/config.in new file mode 100644 index 0000000..5c132c8 --- a/dev/null +++ b/core/applets/restartapplet/config.in @@ -0,0 +1,7 @@ +menu "restartapplet" + + config #RESTARTAPPLET + boolean "restartapplet" + default "y" + depends LIBQPE && LIBOPIE +endmenu diff --git a/core/applets/screenshotapplet/config.in b/core/applets/screenshotapplet/config.in new file mode 100644 index 0000000..645ea3a --- a/dev/null +++ b/core/applets/screenshotapplet/config.in @@ -0,0 +1,4 @@ + config SCREENSHOTAPPLET + boolean "screenshotapplet" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/applets/suspendapplet/config.in b/core/applets/suspendapplet/config.in new file mode 100644 index 0000000..21ba192 --- a/dev/null +++ b/core/applets/suspendapplet/config.in @@ -0,0 +1,4 @@ + config SUSPENDAPPLET + boolean "suspendapplet" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/applets/vmemo/config.in b/core/applets/vmemo/config.in new file mode 100644 index 0000000..f0857a2 --- a/dev/null +++ b/core/applets/vmemo/config.in @@ -0,0 +1,4 @@ + config VMEMO + boolean "vmemo" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/applets/volumeapplet/config.in b/core/applets/volumeapplet/config.in new file mode 100644 index 0000000..64037b2 --- a/dev/null +++ b/core/applets/volumeapplet/config.in @@ -0,0 +1,4 @@ + config VOLUMEAPPLET + boolean "volumeapplet" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/apps/calibrate/config.in b/core/apps/calibrate/config.in new file mode 100644 index 0000000..0a7d5da --- a/dev/null +++ b/core/apps/calibrate/config.in @@ -0,0 +1,4 @@ +# config #CALIBRATE +# boolean "calibrate" +# default "y" +# depends LIBQPE && LIBOPIE diff --git a/core/apps/embeddedkonsole/config.in b/core/apps/embeddedkonsole/config.in new file mode 100644 index 0000000..6272667 --- a/dev/null +++ b/core/apps/embeddedkonsole/config.in @@ -0,0 +1,4 @@ + config EMBEDDEDKONSOLE + boolean "embeddedkonsole" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/apps/helpbrowser/config.in b/core/apps/helpbrowser/config.in new file mode 100644 index 0000000..0614e44 --- a/dev/null +++ b/core/apps/helpbrowser/config.in @@ -0,0 +1,4 @@ + config HELPBROWSER + boolean "helpbrowser" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/apps/qcop/config.in b/core/apps/qcop/config.in new file mode 100644 index 0000000..9508714 --- a/dev/null +++ b/core/apps/qcop/config.in @@ -0,0 +1,4 @@ + config QCOP + boolean "qcop" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/apps/textedit/config.in b/core/apps/textedit/config.in new file mode 100644 index 0000000..fae02ac --- a/dev/null +++ b/core/apps/textedit/config.in @@ -0,0 +1,4 @@ + config TEXTEDIT + boolean "textedit" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/launcher/config.in b/core/launcher/config.in new file mode 100644 index 0000000..87b678d --- a/dev/null +++ b/core/launcher/config.in @@ -0,0 +1,4 @@ + config LAUNCHER + boolean "launcher" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/multimedia/opieplayer/config.in b/core/multimedia/opieplayer/config.in new file mode 100644 index 0000000..8d4ccf4 --- a/dev/null +++ b/core/multimedia/opieplayer/config.in @@ -0,0 +1,13 @@ +menu "opieplayer" + + config #LIBFFMPEG + boolean "opieplayer" + default "y" + depends LIBQPE && LIBOPIE + source core/multimedia/opieplayer/libffmpeg/config.in + source core/multimedia/opieplayer/libflash/config.in + source core/multimedia/opieplayer/libmad/config.in + source core/multimedia/opieplayer/libmpeg3/config.in + source core/multimedia/opieplayer/modplug/config.in + source core/multimedia/opieplayer/wavplugin/config.in +endmenu diff --git a/core/multimedia/opieplayer/libflash/config.in b/core/multimedia/opieplayer/libflash/config.in new file mode 100644 index 0000000..58a02a4 --- a/dev/null +++ b/core/multimedia/opieplayer/libflash/config.in @@ -0,0 +1,4 @@ +# config #LIBFLASH +# boolean "libflash" +# default "y" +# depends LIBQPE && LIBOPIE diff --git a/core/multimedia/opieplayer/libmad/config.in b/core/multimedia/opieplayer/libmad/config.in new file mode 100644 index 0000000..3534637 --- a/dev/null +++ b/core/multimedia/opieplayer/libmad/config.in @@ -0,0 +1,4 @@ + config LIBMAD + boolean "libmad" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/multimedia/opieplayer/libmpeg3/config.in b/core/multimedia/opieplayer/libmpeg3/config.in new file mode 100644 index 0000000..e0f15c0 --- a/dev/null +++ b/core/multimedia/opieplayer/libmpeg3/config.in @@ -0,0 +1,4 @@ + config LIBMPEG3 + boolean "libmpeg3" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/multimedia/opieplayer/modplug/config.in b/core/multimedia/opieplayer/modplug/config.in new file mode 100644 index 0000000..065208f --- a/dev/null +++ b/core/multimedia/opieplayer/modplug/config.in @@ -0,0 +1,4 @@ + config MODPLUG + boolean "modplug" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/multimedia/opieplayer/wavplugin/config.in b/core/multimedia/opieplayer/wavplugin/config.in new file mode 100644 index 0000000..a044366 --- a/dev/null +++ b/core/multimedia/opieplayer/wavplugin/config.in @@ -0,0 +1,4 @@ + config WAVPLUGIN + boolean "wavplugin" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/opie-login/config.in b/core/opie-login/config.in new file mode 100644 index 0000000..4980dad --- a/dev/null +++ b/core/opie-login/config.in @@ -0,0 +1,4 @@ + config OPIE-LOGIN + boolean "opie-login" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/pim/addressbook/config.in b/core/pim/addressbook/config.in new file mode 100644 index 0000000..5362077 --- a/dev/null +++ b/core/pim/addressbook/config.in @@ -0,0 +1,4 @@ + config ADDRESSBOOK + boolean "addressbook" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/pim/datebook/config.in b/core/pim/datebook/config.in new file mode 100644 index 0000000..7cc92bd --- a/dev/null +++ b/core/pim/datebook/config.in @@ -0,0 +1,4 @@ + config DATEBOOK + boolean "datebook" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/pim/today/config.in b/core/pim/today/config.in new file mode 100644 index 0000000..695b708 --- a/dev/null +++ b/core/pim/today/config.in @@ -0,0 +1,8 @@ +menu "today" + + config TODAY + boolean "today" + default "y" + depends LIBQPE && LIBOPIE + source core/pim/today/plugins/config.in +endmenu diff --git a/core/pim/today/plugins/datebook/config.in b/core/pim/today/plugins/datebook/config.in new file mode 100644 index 0000000..7d1e006 --- a/dev/null +++ b/core/pim/today/plugins/datebook/config.in @@ -0,0 +1,4 @@ + config TODAY_DATEBOOK + boolean "datebook" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/pim/today/plugins/mail/config.in b/core/pim/today/plugins/mail/config.in new file mode 100644 index 0000000..f40696a --- a/dev/null +++ b/core/pim/today/plugins/mail/config.in @@ -0,0 +1,4 @@ + config TODAY_MAIL + boolean "mail" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/pim/today/plugins/todolist/config.in b/core/pim/today/plugins/todolist/config.in new file mode 100644 index 0000000..aef4ea4 --- a/dev/null +++ b/core/pim/today/plugins/todolist/config.in @@ -0,0 +1,4 @@ + config TODAY_TODOLIST + boolean "todolist" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/pim/todo/config.in b/core/pim/todo/config.in new file mode 100644 index 0000000..8b456de --- a/dev/null +++ b/core/pim/todo/config.in @@ -0,0 +1,4 @@ + config TODO + boolean "todo" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/settings/citytime/config.in b/core/settings/citytime/config.in new file mode 100644 index 0000000..429c30f --- a/dev/null +++ b/core/settings/citytime/config.in @@ -0,0 +1,4 @@ + config CITYTIME + boolean "citytime" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/settings/launcher/config.in b/core/settings/launcher/config.in new file mode 100644 index 0000000..8a71b69 --- a/dev/null +++ b/core/settings/launcher/config.in @@ -0,0 +1,4 @@ + config LAUNCHER-SETTINGS + boolean "launcher" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/settings/light-and-power/config.in b/core/settings/light-and-power/config.in new file mode 100644 index 0000000..77302eb --- a/dev/null +++ b/core/settings/light-and-power/config.in @@ -0,0 +1,4 @@ + config LIGHT-AND-POWER + boolean "light-and-power" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/settings/security/config.in b/core/settings/security/config.in new file mode 100644 index 0000000..648371d --- a/dev/null +++ b/core/settings/security/config.in @@ -0,0 +1,4 @@ + config SECURITY + boolean "security" + default "y" + depends LIBQPE && LIBOPIE |