summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>2014-12-03 17:07:18 +0900
committerMikko Ylinen <mikko.ylinen@intel.com>2015-01-26 01:28:03 -0800
commitbc629610ebb70aa8d8f8028ac34d65dd69127993 (patch)
treeba0b13992d22a34cd3d83dbb1035a5256b7a2474
parent1fb0e3c23047892adbbe520b3206e9b997b0550a (diff)
downloadobs-bc629610ebb70aa8d8f8028ac34d65dd69127993.tar.gz
obs-bc629610ebb70aa8d8f8028ac34d65dd69127993.tar.bz2
obs-bc629610ebb70aa8d8f8028ac34d65dd69127993.zip
IVI: Prefer Mesa OpenGL(/ES) libs in all configurations
Making one version of these libraries preffered in any configuration makes it possible to keep multiple versions in the same repository. If all of the versions are binary compatible, the correct version for the platform can be selected by explicitly specifying it in the kickstart file during image creation. For more background on the motivation for this patch, see the following discussion on the Tizen mailing list: https://lists.tizen.org/pipermail/ivi/2014-December/003711.html Change-Id: I6cfa1fe0182676765f6d5346210223236ee5c11a
-rw-r--r--Tizen:3.0:IVI/_config9
-rw-r--r--Tizen:IVI/_config9
2 files changed, 10 insertions, 8 deletions
diff --git a/Tizen:3.0:IVI/_config b/Tizen:3.0:IVI/_config
index c4da35d..9ce7bb8 100644
--- a/Tizen:3.0:IVI/_config
+++ b/Tizen:3.0:IVI/_config
@@ -30,15 +30,16 @@ Macros:
%_with_wayland 1
:Macros
-############################# emulator repository ############################
-
-%if "%_repository" == "emulator"
-
Prefer: mesa-libGLESv2
Prefer: libwayland-egl
Prefer: libgbm
Prefer: mesa-libGL
Prefer: mesa-libEGL
+
+############################# emulator repository ############################
+
+%if "%_repository" == "emulator"
+
Prefer: emulator-yagl
%define _with_emulator 1
diff --git a/Tizen:IVI/_config b/Tizen:IVI/_config
index c4da35d..9ce7bb8 100644
--- a/Tizen:IVI/_config
+++ b/Tizen:IVI/_config
@@ -30,15 +30,16 @@ Macros:
%_with_wayland 1
:Macros
-############################# emulator repository ############################
-
-%if "%_repository" == "emulator"
-
Prefer: mesa-libGLESv2
Prefer: libwayland-egl
Prefer: libgbm
Prefer: mesa-libGL
Prefer: mesa-libEGL
+
+############################# emulator repository ############################
+
+%if "%_repository" == "emulator"
+
Prefer: emulator-yagl
%define _with_emulator 1