projects
/
platform
/
upstream
/
qtbase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c6edc0
)
packaging: Added more standard way of setting default qpa platform
author
Tomasz Olszak
<olszak.tomasz@gmail.com>
Tue, 10 Nov 2015 14:42:05 +0000
(15:42 +0100)
committer
Tomasz Olszak
<olszak.tomasz@gmail.com>
Tue, 10 Nov 2015 14:42:05 +0000
(15:42 +0100)
Using -qpa configure parameter.
Bug-Tizen: TC-1008
Change-Id: I3179aa6feb8cda9109d9ccec4185f1a7d297f693
Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
packaging/qt5.spec
patch
|
blob
|
history
diff --git
a/packaging/qt5.spec
b/packaging/qt5.spec
index 95f25559cfcf09e3a491a5b39c21d7ec67da9cd2..901f5315f5f706bc62e2094fe42853390a740dc6 100644
(file)
--- a/
packaging/qt5.spec
+++ b/
packaging/qt5.spec
@@
-617,10
+617,10
@@
MAKEFLAGS=%{?_smp_mflags} \
%endif
%endif
%if %{with wayland}
- -
device-option QT_QPA_DEFAULT_PLATFORM=
wayland \
+ -
qpa
wayland \
%else
%if %{with x}
- -
device-option QT_QPA_DEFAULT_PLATFORM=
xcb \
+ -
qpa
xcb \
%endif
%endif
-opengl es2 \