diff options
author | Tomasz Olszak <olszak.tomasz@gmail.com> | 2015-11-10 15:42:02 +0100 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2015-11-10 15:42:02 +0100 |
commit | 4055a6974b7e43470730d845f078a4a5809a3ced (patch) | |
tree | 161128d06a42eb2173459d079f36ac7a45f4dbc7 | |
parent | 49d25c504d246bc8cb90013b35eda7f78b6532a9 (diff) | |
download | qtbase-4055a6974b7e43470730d845f078a4a5809a3ced.tar.gz qtbase-4055a6974b7e43470730d845f078a4a5809a3ced.tar.bz2 qtbase-4055a6974b7e43470730d845f078a4a5809a3ced.zip |
Set TIZEN_EMULATOR for Tizen 2.2 mobile emulator
Change-Id: Ia9d9ba64b08d3740a402bf7ce7582427f567c28a
Bug-Tizen: TIVI-2416
Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
-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 c607585157..d369fca27a 100644 --- a/packaging/qt5.spec +++ b/packaging/qt5.spec @@ -33,6 +33,9 @@ %define profile mobile %define _with_x 1 %define xkb_config_root -xkb-config-root /etc/X11/xkb +%ifnarch armv7l armv7el +%define _repository emulator +%endif %else %define _with_xkbcommon 1 %define xkb_config_root %{nil} |