-rw-r--r-- | core/settings/citytime/config.in | 4 | ||||
-rw-r--r-- | core/settings/launcher/config.in | 4 | ||||
-rw-r--r-- | core/settings/light-and-power/config.in | 4 | ||||
-rw-r--r-- | core/settings/security/config.in | 4 |
4 files changed, 16 insertions, 0 deletions
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 |