blob: d38aaf64feec45c7559772eb0393746ca2c1579a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TEMPLATE = subdirs
SUBDIRS = rockwork rockworkd
OTHER_FILES += \
README.md \
rpm/rockpool.spec \
rpm/rockpool.yaml \
rpm/rockpool.changes
# TODO:
# Merge in latest changes from rockwork release
# Migrate VoiceCallManager over to replace callchannelobserver
# Dismiss notifications
# Integrate calendar
# Alarms?
|