Skip to content

Commit

Permalink
Merge pull request #79 from neochapay/master
Browse files Browse the repository at this point in the history
[Packaging] Fix requires for dbus pulgins
  • Loading branch information
locusf authored Oct 1, 2018
2 parents e932f7b + b554acc commit 6cc5406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions rpm/lipstick-glacier-home-qt5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Source100: lipstick-glacier-home-qt5.yaml
Requires: lipstick-qt5 >= 0.17.0
Requires: nemo-qml-plugin-configuration-qt5
Requires: nemo-qml-plugin-time-qt5
Requires: nemo-qml-plugin-dbus-qt5
Requires: qt5-qtdeclarative-import-window2
Requires: qt5-qtquickcontrols >= 5.3.1
Requires: qt5-qtquickcontrols-nemo >= 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion src/qml/DeviceLockUI.qml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import QtQuick.Layouts 1.0

import org.nemomobile.lipstick 0.1
import org.nemomobile.devicelock 1.0
import org.nemomobile.dbus 1.0
import org.nemomobile.dbus 2.0

import "scripts/desktop.js" as Desktop

Expand Down

0 comments on commit 6cc5406

Please sign in to comment.