From 29832723628de4f8e836bbb5df286af129b4bd11 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Wed, 28 Jan 2015 16:19:46 +0000 Subject: [PATCH] (Build) Ensure unexported symbols are hidden in plugins & re-enable plugins for MOBILE profile Change-Id: If2bed16f4bc0da403ef3a699120567ba6750a1a9 --- build/tizen/plugins/Makefile.am | 2 ++ packaging/dali-adaptor-mobile.spec | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build/tizen/plugins/Makefile.am b/build/tizen/plugins/Makefile.am index 1e5a561..ecbb997 100644 --- a/build/tizen/plugins/Makefile.am +++ b/build/tizen/plugins/Makefile.am @@ -50,6 +50,7 @@ libdali_feedback_plugin_la_CXXFLAGS = -DDALI_COMPILATION \ $(MMFSOUND_CFLAGS) \ $(FEEDBACK_CFLAGS) \ $(DALI_PROFILE_CFLAGS) \ + $(DALI_ADAPTOR_CFLAGS) \ -I../../../adaptors/public-api \ -I../../../adaptors/public-api/adaptor-framework \ -Werror -Wall @@ -100,6 +101,7 @@ libdali_bullet_plugin_la_CXXFLAGS = -DDALI_COMPILATION \ $(DALICORE_CFLAGS) \ $(DLOG_CFLAGS) \ $(BULLET_CFLAGS) \ + $(DALI_ADAPTOR_CFLAGS) \ -I../../.. \ -Werror -Wall diff --git a/packaging/dali-adaptor-mobile.spec b/packaging/dali-adaptor-mobile.spec index 1cf229c..1658edb 100644 --- a/packaging/dali-adaptor-mobile.spec +++ b/packaging/dali-adaptor-mobile.spec @@ -9,9 +9,9 @@ Source0: %{name}-%{version}.tar.gz %define dali_profile MOBILE %define dali_mobile_profile 1 -%define dali_feedback_plugin 0 -%define dali_bullet_plugin 0 -%define dali_assimp_plugin 0 +%define dali_feedback_plugin 1 +%define dali_bullet_plugin 1 +%define dali_assimp_plugin 1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -- 2.7.4