author | kergoth <kergoth> | 2002-11-20 22:07:48 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-20 22:07:48 (UTC) |
commit | 170ce93a5a1164526fb83b46c65684799cbe055f (patch) (unidiff) | |
tree | f054006a280620eba976169cc1592c81f3890b57 | |
parent | 8f11eb1712eb8f9d83f0ace551e72e74cce57d6b (diff) | |
download | opie-170ce93a5a1164526fb83b46c65684799cbe055f.zip opie-170ce93a5a1164526fb83b46c65684799cbe055f.tar.gz opie-170ce93a5a1164526fb83b46c65684799cbe055f.tar.bz2 |
Add opiealarm to new buildsystem
-rw-r--r-- | core/opiealarm/config.in | 3 | ||||
-rw-r--r-- | packages | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/opiealarm/config.in b/core/opiealarm/config.in new file mode 100644 index 0000000..8b38560 --- a/dev/null +++ b/core/opiealarm/config.in | |||
@@ -0,0 +1,3 @@ | |||
1 | config OPIEALARM | ||
2 | boolean "Opiealarm" | ||
3 | default "y" | ||
@@ -154,8 +154,9 @@ CONFIG_TODO core/pim/todo todo.pro | |||
154 | CONFIG_UNIKEYBOARD inputmethods/unikeyboardunikeyboard.pro | 154 | CONFIG_UNIKEYBOARD inputmethods/unikeyboardunikeyboard.pro |
155 | CONFIG_USERMANAGER noncore/settings/usermanagerusermanager.pro | 155 | CONFIG_USERMANAGER noncore/settings/usermanagerusermanager.pro |
156 | CONFIG_VMEMO core/applets/vmemovmemo.pro | 156 | CONFIG_VMEMO core/applets/vmemovmemo.pro |
157 | CONFIG_VOLUMEAPPLET core/applets/volumeappletvolumeapplet.pro | 157 | CONFIG_VOLUMEAPPLET core/applets/volumeappletvolumeapplet.pro |
158 | CONFIG_WAVPLUGIN core/multimedia/opieplayer/wavpluginwavplugin.pro | 158 | CONFIG_WAVPLUGIN core/multimedia/opieplayer/wavpluginwavplugin.pro |
159 | CONFIG_WIRELESSAPPLET noncore/applets/wirelessappletwirelessapplet.pro | 159 | CONFIG_WIRELESSAPPLET noncore/applets/wirelessappletwirelessapplet.pro |
160 | CONFIG_WLAN noncore/net/networksetup/wlanwlan.pro | 160 | CONFIG_WLAN noncore/net/networksetup/wlanwlan.pro |
161 | CONFIG_WORDGAME noncore/games/wordgamewordgame.pro | 161 | CONFIG_WORDGAME noncore/games/wordgamewordgame.pro |
162 | CONFIG_OPIEALARMipaq/opiealarm | ||