diff options
author | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-05-12 15:45:51 +0200 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2015-02-28 21:40:49 +0100 |
commit | 5ec84db16651ad0fa424ab40b071095792c8d20b (patch) | |
tree | bc57a4d257c1602894803cb99fd8ae1a036e8a40 | |
parent | 461c1041811f55706f67523e1c9aeb049c78555d (diff) | |
download | qtbase-5ec84db16651ad0fa424ab40b071095792c8d20b.tar.gz qtbase-5ec84db16651ad0fa424ab40b071095792c8d20b.tar.bz2 qtbase-5ec84db16651ad0fa424ab40b071095792c8d20b.zip |
packaging: qtgui requires qtwayland
Change-Id: I3f13d82a07b75823861d3b711495874998957060
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r-- | packaging/qt5.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/qt5.spec b/packaging/qt5.spec index 0a0198cc92..32f2f8ddeb 100644 --- a/packaging/qt5.spec +++ b/packaging/qt5.spec @@ -356,6 +356,9 @@ Summary: The QtGui Library Group: Base/Libraries Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig +%if %{with wayland} +Requires: qt5-qtwayland +%endif %description qtgui This package contains the QtGui library |