diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2014-05-27 17:41:15 +0300 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2014-05-27 17:41:15 +0300 |
commit | 374abbf95d8b705580d05ff11d9e2a12de3161b3 (patch) | |
tree | 975eb43380922ba262398fc5343341e317bd427e /Tizen:IVI | |
parent | 47a95aa2e091d3969a01136f14175e8877662587 (diff) | |
download | obs-374abbf95d8b705580d05ff11d9e2a12de3161b3.tar.gz obs-374abbf95d8b705580d05ff11d9e2a12de3161b3.tar.bz2 obs-374abbf95d8b705580d05ff11d9e2a12de3161b3.zip |
Copied settings for emulator target from Tizen:Common
Change-Id: Ifda64a1908f27e4e3ab4cfd937f872ce94c59205
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Diffstat (limited to 'Tizen:IVI')
-rw-r--r-- | Tizen:IVI/_config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Tizen:IVI/_config b/Tizen:IVI/_config index 06ef218..0e7b60e 100644 --- a/Tizen:IVI/_config +++ b/Tizen:IVI/_config @@ -31,6 +31,25 @@ Macros: :Macros %endif +############################# emulator repository ############################ + +%if "%_repository" == "emulator" + +Prefer: mesa-libGLESv2 +Prefer: libwayland-egl +Prefer: libgbm +Prefer: mesa-libGL +Prefer: mesa-libEGL +Prefer: emulator-yagl + +%define _with_emulator 1 + +Macros: +%_with_emulator 1 +:Macros + +%endif + %define _with_pulseaudio_samsung_policy 1 %define _with_tizen 1 %define _with_mesa 1 |