Skip to content

Commit

Permalink
Add missing QML requires. (#27)
Browse files Browse the repository at this point in the history
It's adding:
- org.nemomobile.policy
- org.nemomobile.thumnailer
- com.jolla.mediaplayer
  • Loading branch information
dcaliste authored Dec 7, 2023
1 parent c936cca commit bdccc23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpm/flowplayer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Source0: %{url}/archive/%{release}/%{version}/%{name}-%{version}.tar.gz
Source99: %{name}.rpmlintrc
Requires: sailfishsilica-qt5 >= 0.10.9
Requires: qml(org.nemomobile.mpris)
Requires: qml(org.nemomobile.policy)
Requires: qml(org.nemomobile.thumbnailer)
Requires: qml(com.jolla.mediaplayer)
BuildRequires: pkgconfig(sailfishapp) >= 1.0.2
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Qml)
Expand Down

0 comments on commit bdccc23

Please sign in to comment.