diff options
author | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-06-10 16:18:35 +0200 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-06-12 12:02:34 +0200 |
commit | fdf6c765430ba7852cf3dcc8fe5579e8eb99bebe (patch) | |
tree | 5df562645d43d562935999fa659f916774fd5bc9 | |
parent | f4f05b12b7e9b5d3e582dcf8fb32e3edd140450b (diff) | |
download | qtwayland-fdf6c765430ba7852cf3dcc8fe5579e8eb99bebe.tar.gz qtwayland-fdf6c765430ba7852cf3dcc8fe5579e8eb99bebe.tar.bz2 qtwayland-fdf6c765430ba7852cf3dcc8fe5579e8eb99bebe.zip |
Revert "packaging: enable xdg-shell"
This reverts commit 15a25f7314f111a5c3a14fa9f431c7b2c2b285bf.
Change-Id: I06b7d87370197e4566f1179aa2989898b26f7926
Bug-Tizen: TIVI-3113/part
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r-- | packaging/qt5-qtwayland.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/qt5-qtwayland.spec b/packaging/qt5-qtwayland.spec index 0baf15ec..b1c30923 100644 --- a/packaging/qt5-qtwayland.spec +++ b/packaging/qt5-qtwayland.spec @@ -82,9 +82,7 @@ cp %{SOURCE1001} . export QTDIR=/usr/share/qt5 export QT_WAYLAND_GL_CONFIG=wayland_egl touch .git - -qmake -qt=5 \ - DEFINES=USE_XDG_SHELL +qmake -qt=5 make %{?_smp_mflags} |