diff options
author | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-04-30 16:19:58 +0200 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2014-05-23 11:23:14 +0200 |
commit | 15a25f7314f111a5c3a14fa9f431c7b2c2b285bf (patch) | |
tree | 4be16442540d02bf0e85b55da5b615b8f11ce180 /packaging/qt5-qtwayland.spec | |
parent | 8c32546d6917bbe5e8777033837f57bb0cd9139d (diff) | |
download | qtwayland-15a25f7314f111a5c3a14fa9f431c7b2c2b285bf.tar.gz qtwayland-15a25f7314f111a5c3a14fa9f431c7b2c2b285bf.tar.bz2 qtwayland-15a25f7314f111a5c3a14fa9f431c7b2c2b285bf.zip |
packaging: enable xdg-shell
Bug-Tizen: TIVI-3113
Change-Id: I2d7ed85bea1847d82439fdfc893a3dbb2581c14b
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Diffstat (limited to 'packaging/qt5-qtwayland.spec')
-rw-r--r-- | packaging/qt5-qtwayland.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/qt5-qtwayland.spec b/packaging/qt5-qtwayland.spec index c0b73bb5..29d1afe4 100644 --- a/packaging/qt5-qtwayland.spec +++ b/packaging/qt5-qtwayland.spec @@ -82,7 +82,9 @@ cp %{SOURCE1001} . export QTDIR=/usr/share/qt5 export QT_WAYLAND_GL_CONFIG=wayland_egl touch .git -qmake -qt=5 + +qmake -qt=5 \ + DEFINES=USE_XDG_SHELL make %{?_smp_mflags} |