In wearable profile "%{_repository}" != "emulator"
for emulator. That's why new _tizen_emulator macro
is introduced.
Change-Id: I8c770ceb5dec0c60b21aba2e232ba9e3a826fa3f
Bug-Tizen: TIVI-2416
Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
%define xkb_config_root -xkb-config-root /etc/X11/xkb
%define _force_eglx 1
%ifnarch armv7l armv7el
-%define _repository emulator
+%define _tizen_emulator 1
%endif
%else
+%if "%{_repository}" == "emulator"
+%define _tizen_emulator 1
+%endif
%define _with_xkbcommon 1
%define xkb_config_root %{nil}
%endif
-platform devices/linux-g++-tizen \
%if "%{profile}" != ""
-device-option TIZEN_PROFILE=%{profile} \
-%if "%_repository" == "emulator"
+%if 0%{?_tizen_emulator:1}
-device-option TIZEN_EMULATOR=1 \
%endif
%endif