From 446b2c3c67f1f0fc76d7109ea9b9ded7d10efe92 Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Thu, 21 Sep 2017 17:31:58 +0900 Subject: [PATCH] [4.0] Fix WebEngineLite error Change-Id: I5bb6dc040c7a578b1cf7b759761f66a789d78b8c --- build/tizen/plugins/Makefile.am | 2 ++ packaging/dali-adaptor.spec | 1 + 2 files changed, 3 insertions(+) mode change 100644 => 100755 build/tizen/plugins/Makefile.am diff --git a/build/tizen/plugins/Makefile.am b/build/tizen/plugins/Makefile.am old mode 100644 new mode 100755 index e563698..b69be30 --- a/build/tizen/plugins/Makefile.am +++ b/build/tizen/plugins/Makefile.am @@ -112,9 +112,11 @@ LIBDALI_WEB_ENGINE_LITE_PLUGIN_LA_CXXFLAGS = -DDALI_COMPILATION \ -I../../../adaptors/integration-api \ -I../../../adaptors/public-api/adaptor-framework \ -I../../../adaptors/devel-api/adaptor-framework \ + -I/usr/include/lightweight-web-engine \ -Werror -Wall LIBDALI_WEB_ENGINE_LITE_PLUGIN_LA_LIBADD = \ + $(DALICORE_LIBS) \ $(DLOG_LIBS) \ -llightweight-web-engine diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index 5ebc516..3938f8f 100644 --- a/packaging/dali-adaptor.spec +++ b/packaging/dali-adaptor.spec @@ -144,6 +144,7 @@ BuildRequires: pkgconfig(capi-media-player) # for Web Engine Lite Plugin %if 0%{?enable_web_engine_lite} BuildRequires: lightweight-web-engine +BuildRequires: lightweight-web-engine-devel %endif # for multiprofile -- 2.7.4