[Tizen] Add Appcore Watch library in Makefile.am 95/121195/1 accepted/tizen/common/20170327.143340 accepted/tizen/ivi/20170328.060411 accepted/tizen/mobile/20170328.060117 accepted/tizen/tv/20170328.060235 accepted/tizen/unified/20170328.060522 accepted/tizen/wearable/20170328.060315 submit/tizen/20170327.130356
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 24 Mar 2017 04:23:21 +0000 (13:23 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 27 Mar 2017 08:10:11 +0000 (17:10 +0900)
- This patch can be reverted after DALi integration(version up) 1.2.33
- Added APPCORE_WATCH_CFLAGS and APPCORE_WATCH_LIBS to WEARABLE_PROFILE
  in Makefile.am

Change-Id: I41a5fb8ceb7d13fb39e7d5f554444c5bbc512437
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
adaptors/wearable/watch/watch-time.cpp
build/tizen/adaptor/Makefile.am

index df7b0f4..94377ad 100644 (file)
@@ -20,8 +20,8 @@
 
 // EXTERNAL INCLUDES
 #ifdef APPCORE_WATCH_AVAILABLE
-#include <appcore-watch/watch_app.h>
-#include <appcore-watch/watch_app_extension.h>
+#include <watch_app.h>
+#include <watch_app_extension.h>
 #endif
 
 namespace Dali
index 652d4f6..4fbdc93 100644 (file)
@@ -427,7 +427,6 @@ libdali_adaptor_la_LIBADD = \
                       $(HARFBUZZ_LIBS) \
                       $(TPKP_CURL_LIBS) \
                       $(UTILX_LIBS) \
-                      $(APPCORE_WATCH_LIBS) \
                       -lgif \
                       -lpthread \
                       -lturbojpeg \
@@ -496,9 +495,12 @@ if WEARABLE_PROFILE
 libdali_adaptor_la_CXXFLAGS += \
                       $(HAPTIC_CFLAGS) \
                       $(EFL_ASSIST_CFLAGS) \
-                      $(SCREENCONNECTORPROVIDER_CFLAGS)
+                      $(SCREENCONNECTORPROVIDER_CFLAGS) \
+                      $(APPCORE_WATCH_CFLAGS)
+
 libdali_adaptor_la_LIBADD += \
-                      $(SCREENCONNECTORPROVIDER_LIBS)
+                      $(SCREENCONNECTORPROVIDER_LIBS) \
+                      $(APPCORE_WATCH_LIBS)
 endif
 
 if TV_PROFILE