diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-07-07 13:50:28 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-07-07 13:50:28 +0200 |
commit | f61dfc6557303a8bba5301927f42e5b2a7ffcac6 (patch) | |
tree | fdba31b412015684d46c7a3cb070b8a57ff37ef4 /sowatch.pro | |
parent | 92475d094cfddf7dd3036f5f1a9d6845a83ee350 (diff) | |
download | sowatch-f61dfc6557303a8bba5301927f42e5b2a7ffcac6.tar.gz sowatch-f61dfc6557303a8bba5301927f42e5b2a7ffcac6.zip |
add some notification support to liveview
Diffstat (limited to 'sowatch.pro')
-rw-r--r-- | sowatch.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sowatch.pro b/sowatch.pro index 47f39ad..627af02 100644 --- a/sowatch.pro +++ b/sowatch.pro @@ -16,8 +16,9 @@ metawatch.depends = libsowatch libsowatchbt metawatchwatchlets.depends = metawatch # LiveView driver plugin -SUBDIRS += liveview +SUBDIRS += liveview liveviewwatchlets liveview.depends = libsowatch libsowatchbt +liveviewwatchlets.depends = liveview # Some watchlets # This just shows a list of pending notifications and has no dependencies. |