From 4caab5d30f9a03dad052ea84216ddad944eb806c Mon Sep 17 00:00:00 2001 From: kergoth Date: Tue, 05 Nov 2002 02:44:15 +0000 Subject: Adding initial config.in files --- (limited to 'core/pim') 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 -- cgit v0.9.0.2