diff options
Diffstat (limited to 'Tizen:IVI/_config')
-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 |