summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYigang Wen <yigangx.wen@intel.com>2013-12-23 15:55:29 +0800
committerYigang Wen <yigangx.wen@intel.com>2013-12-23 15:55:29 +0800
commit666fd9f680b715c618fbd3207eda60f37077f7bc (patch)
tree5f06d3a58aee7737dd298a0659cdd350bb59a727
parent38489d943bfbec23fe4d422da2bd70c2bb8409af (diff)
downloadbuild-config-666fd9f680b715c618fbd3207eda60f37077f7bc.tar.gz
build-config-666fd9f680b715c618fbd3207eda60f37077f7bc.tar.bz2
build-config-666fd9f680b715c618fbd3207eda60f37077f7bc.zip
update ivi build.conf based on latest repo
http://download.tizen.org/releases/daily/tizen/ivi/ivi/tizen_20131220.1/ Change-Id: Ibc101bfc59b673c5223b1c3462869965a8ad5fe0 Signed-off-by: Yigang Wen <yigangx.wen@intel.com>
-rw-r--r--Tizen:IVI:Release.build.conf22
1 files changed, 21 insertions, 1 deletions
diff --git a/Tizen:IVI:Release.build.conf b/Tizen:IVI:Release.build.conf
index 216a8fa..11cea41 100644
--- a/Tizen:IVI:Release.build.conf
+++ b/Tizen:IVI:Release.build.conf
@@ -1,3 +1,5 @@
+%define _repository standard
+
Patterntype: rpm-md comps
Release: <CI_CNT>.<B_CNT>
Support: build
@@ -15,6 +17,19 @@ Prefer: nfc-manager-neard
Prefer: nfc-manager-neard-devel
Prefer: libtapi-devel
+#Added for emulator-yagl conflict (does not solve emulators needs)
+Prefer: mesa-libGLESv2
+Prefer: libwayland-egl
+Prefer: libgbm
+Prefer: mesa-libGL
+Prefer: mesa-libEGL
+
+#This solves emulators needs
+%if "%_repository" == "emulator"
+ Prefer: simulator-opengl-devel
+ Prefer: emulator-yagl
+%endif
+
%define gcc_version 48
%define _with_ivi 1
@@ -28,6 +43,9 @@ Prefer: libtapi-devel
%define _with_bluetooth_frwk_libnotification 1
%define _with_audio_session_manager 1
%define _with_audio_session_manager_with_murphy 1
+%define _with_dlog_to_systemd_journal 1
+%define _with_wrt_option_eds 1
+%define _with_x 1
# mesa
@@ -171,10 +189,12 @@ Macros:
%_with_bluetooth_frwk_libnotification 1
%_with_audio_session_manager 1
%_with_audio_session_manager_with_murphy 1
+%_with_dlog_to_systemd_journal 1
+%_with_wrt_option_eds 1
+%_with_x 1
%tizen_version 3.0
%tizen 3.0
%vendor tizen
%_vendor tizen
-