Remove Profile Build Dependency (trivial)
- This is for Tizen 4.0.
: Tizen 4.0 Configurability and Build Blocks require
to remove all profile-depending build options in spec files.
(No More profile macros)
: However, this %if/%endif is not removed because this breaks
build compatibility with old conventional project-based OBS projects (common only)
: The form of %if/%endif and its comments are added/modified to
support 4.0 unified build environment.
- If you do not want to include this in a specific profile's build project,
you can do so by removing this from OBS profile-project.
: However, it is already done so for mobile/tv/ivi.
Therefore these %if/%endif are useless.
Change-Id: I38b75ed2bebd40f1731e5a3e83368e3ef88ce7a5
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>