diff options
author | Marvin Borner | 2020-04-10 17:44:23 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-10 17:44:23 +0200 |
commit | 17927de45e769d4dbac5b1547464b2618150cfb4 (patch) | |
tree | 610a5e82ebecd8289343b6247f78f7d0378f9211 /rpm | |
parent | 71e4befa76e91721df2baeab99fff1b4987b0cdb (diff) |
Implemented login page
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/harbour-sailchess.spec | 1 | ||||
-rw-r--r-- | rpm/harbour-sailchess.yaml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/rpm/harbour-sailchess.spec b/rpm/harbour-sailchess.spec index 86a2217..0d6c2af 100644 --- a/rpm/harbour-sailchess.spec +++ b/rpm/harbour-sailchess.spec @@ -17,6 +17,7 @@ URL: http://example.org/ Source0: %{name}-%{version}.tar.bz2 Source100: harbour-sailchess.yaml Requires: sailfishsilica-qt5 >= 0.10.9 +Requires: nemo-qml-plugin-configuration-qt5 BuildRequires: pkgconfig(sailfishapp) >= 1.0.2 BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Qml) diff --git a/rpm/harbour-sailchess.yaml b/rpm/harbour-sailchess.yaml index 7c36f06..65c623e 100644 --- a/rpm/harbour-sailchess.yaml +++ b/rpm/harbour-sailchess.yaml @@ -30,7 +30,8 @@ PkgConfigBR: # Runtime dependencies which are not automatically detected Requires: - - sailfishsilica-qt5 >= 0.10.9 + - sailfishsilica-qt5 >= 0.10.9 + - nemo-qml-plugin-configuration-qt5 # All installed files Files: |