From c2e11ffe5b2224e0f01e2059c8a7c348cec3a2f6 Mon Sep 17 00:00:00 2001 From: "Jinho, Lee" Date: Thu, 28 Sep 2017 13:33:31 +0900 Subject: [PATCH] Revert "[4.0] Fix WebEngineLite error" This reverts commit 446b2c3c67f1f0fc76d7109ea9b9ded7d10efe92. Change-Id: I7357a49ec3f3acf2d3b1bc61b06a7e45c83bbc94 --- build/tizen/plugins/Makefile.am | 2 -- packaging/dali-adaptor.spec | 1 - 2 files changed, 3 deletions(-) mode change 100755 => 100644 build/tizen/plugins/Makefile.am diff --git a/build/tizen/plugins/Makefile.am b/build/tizen/plugins/Makefile.am old mode 100755 new mode 100644 index b69be30..e563698 --- a/build/tizen/plugins/Makefile.am +++ b/build/tizen/plugins/Makefile.am @@ -112,11 +112,9 @@ 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 3938f8f..5ebc516 100644 --- a/packaging/dali-adaptor.spec +++ b/packaging/dali-adaptor.spec @@ -144,7 +144,6 @@ 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