Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Packaging] Fix requires
  • Loading branch information
neochapay committed Oct 1, 2018
1 parent e932f7b commit b554acc
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
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
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 b554acc

Please sign in to comment.