diff --git a/shell/platform/tizen/BUILD.gn b/shell/platform/tizen/BUILD.gn index 1ea9bcf30bb00..73eb07f4d2247 100644 --- a/shell/platform/tizen/BUILD.gn +++ b/shell/platform/tizen/BUILD.gn @@ -64,6 +64,7 @@ config("tizen_rootstrap_include_dirs") { "$custom_sysroot/usr/include/elementary-1", "$custom_sysroot/usr/include/ethumb-1", "$custom_sysroot/usr/include/ethumb-client-1", + "$custom_sysroot/usr/include/feedback" ] lib_dirs = [ "$custom_sysroot/usr/lib" ] @@ -121,6 +122,20 @@ template("embedder_for_profile") { "wayland-client", ] + if (target_name == "mobile") { + libs += [ + "capi-base-common", + "feedback" + ] + } + + if (target_name == "wearable") { + libs += [ + "capi-base-common", + "feedback" + ] + } + defines = invoker.defines if (use_evas_gl_renderer) {