[4.0] Remove Profile Build Dependency: Do it at runtime 94/98894/4 accepted/tizen/common/20161129.173637 accepted/tizen/ivi/20161130.015441 accepted/tizen/mobile/20161130.015221 accepted/tizen/tv/20161130.015306 submit/tizen/20161129.052917
authorhk57.kim <hk57.kim@samsung.com>
Mon, 21 Nov 2016 06:19:56 +0000 (15:19 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Fri, 25 Nov 2016 08:49:16 +0000 (17:49 +0900)
commitd2eb8f4b2ff557c21f83d4559b0d42054e9bccb8
tree653953c074862ba855cb46de80680e34eff82f66
parentb7eaadad841d9d794d734728d04da854ff8f4189
[4.0] Remove Profile Build Dependency: Do it at runtime
- 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)

- It is recommended to distinguish features/profiles at runtime.
 unless it incurs too much overhead, which requires you to
 create multiple binaries and subpackages.

Change-Id: I24bf74bbdf7bbf55e687f404c078ee4ec19a5b11
Signed-off-by: hk57.kim <hk57.kim@samsung.com>
configure.ac
packaging/libmm-wfd.spec
src/Makefile.am
src/include/mm_wfd_sink_config.h [new file with mode: 0755]
src/mm_wfd_sink_config.c [new file with mode: 0644]
src/mm_wfd_sink_priv.c