diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2015-04-30 16:33:09 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2015-04-30 16:33:09 +0200 |
| commit | 3f64297af4e7a070b4f62ebf3f17105ee6b0a3a8 (patch) | |
| tree | 0a98d79065fa0bed488583306302beb574910b3b /rpm | |
| parent | f212fcc536aab7d51c21857ba80431af4b1ed6cc (diff) | |
Implemented profile changes on watch (dis)connection3f64297
Diffstat (limited to 'rpm')
| -rw-r--r-- | rpm/pebble.spec | 1 | ||||
| -rw-r--r-- | rpm/pebble.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/rpm/pebble.spec b/rpm/pebble.spec index 4e99c28..790e11d 100644 --- a/rpm/pebble.spec +++ b/rpm/pebble.spec @@ -22,6 +22,7 @@ Source0: %{name}-%{version}.tar.xz Source100: pebble.yaml Requires: sailfishsilica-qt5 >= 0.10.9 Requires: systemd-user-session-targets +Requires: nemo-qml-plugin-dbus-qt5 BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Bluetooth) BuildRequires: pkgconfig(Qt5Contacts) diff --git a/rpm/pebble.yaml b/rpm/pebble.yaml index 60e02e6..8184281 100644 --- a/rpm/pebble.yaml +++ b/rpm/pebble.yaml @@ -27,6 +27,7 @@ PkgConfigBR: Requires: - sailfishsilica-qt5 >= 0.10.9 - systemd-user-session-targets +- nemo-qml-plugin-dbus-qt5 Files: - '%{_bindir}' - '%{_datadir}/%{name}/qml' |
