diff options
author | Guan Junchun <junchunx.guan@intel.com> | 2013-09-18 14:49:50 +0800 |
---|---|---|
committer | Guan Junchun <junchunx.guan@intel.com> | 2013-09-18 14:49:50 +0800 |
commit | c8b073f6d8c7757d4ebe5d7f3073e442e5dc5c73 (patch) | |
tree | fa73df544a01f01fdd86f7880bb6a01a6d561c6f /build.conf | |
parent | fb38675ed8ad3fb3d351f66544b17ad08aa440e3 (diff) | |
download | build-config-c8b073f6d8c7757d4ebe5d7f3073e442e5dc5c73.tar.gz build-config-c8b073f6d8c7757d4ebe5d7f3073e442e5dc5c73.tar.bz2 build-config-c8b073f6d8c7757d4ebe5d7f3073e442e5dc5c73.zip |
Update build conf to latest released version
This update is based on latest released ivi repo:
http://download.tizen.org/releases/daily/tizen/ivi/tizen_20130917.3
Add _with_ivi and _with_desktop macros
Change-Id: Ief83ca5f3489c7df8d85aa3dcac49cf9fa2e503f
Diffstat (limited to 'build.conf')
-rw-r--r-- | build.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,9 +19,11 @@ Prefer: libtapi-devel %define gcc_version 48 +%define _with_ivi 1 %define _with_wayland 1 %define _with_tizen 1 %define _with_mesa 1 +%define _with_desktop 1 %define _wrt_option_bluetooth 1 %define _wrt_option_msg_port 1 %define _wrt_option_call_history 1 @@ -152,9 +154,11 @@ Optflags: armv7l -O2 -g2 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORT Macros: %profile ivi +%_with_ivi 1 %_with_wayland 1 %_with_tizen 1 %_with_mesa 1 +%_with_desktop 1 %check exit 0 %run_check_section 0 %opensuse_bs 1 |