diff options
author | Li Jinjing <jinjingx.li@intel.com> | 2015-01-29 22:22:14 +0800 |
---|---|---|
committer | Li Jinjing <jinjingx.li@intel.com> | 2015-01-29 22:28:02 +0800 |
commit | 1ceca0b5300d7f325b6bb7a5d9805e5e7d102452 (patch) | |
tree | 73747f8498738554e8f7570918a4a3db500f057e | |
parent | f1816caeb00c82f111a971a5c7dec58158781bc1 (diff) | |
download | build-config-tizen_ivi.tar.gz build-config-tizen_ivi.tar.bz2 build-config-tizen_ivi.zip |
Update build-conf for IVI branch from OBStizen_ivi
Change-Id: I08fdfd661f6c645e8108557b831784f3357a3c2f
Signed-off-by: Li Jinjing <jinjingx.li@intel.com>
-rw-r--r-- | build-arm.conf | 9 | ||||
-rw-r--r-- | build-atom.conf | 9 | ||||
-rw-r--r-- | build-atom64.conf | 9 | ||||
-rw-r--r-- | build-emulator.conf | 9 |
4 files changed, 20 insertions, 16 deletions
diff --git a/build-arm.conf b/build-arm.conf index e275aea..1a66f1c 100644 --- a/build-arm.conf +++ b/build-arm.conf @@ -47,15 +47,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/build-atom.conf b/build-atom.conf index d846aa5..26d03a8 100644 --- a/build-atom.conf +++ b/build-atom.conf @@ -47,15 +47,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/build-atom64.conf b/build-atom64.conf index fa257b5..ad767ac 100644 --- a/build-atom64.conf +++ b/build-atom64.conf @@ -47,15 +47,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/build-emulator.conf b/build-emulator.conf index 259f0e8..fbd7275 100644 --- a/build-emulator.conf +++ b/build-emulator.conf @@ -47,15 +47,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 |