Skip to content

Commit 176cb3b

Browse files
committed
Organize Evas-related dependencies (#132)
1 parent f56738f commit 176cb3b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

shell/platform/tizen/BUILD.gn

+6-5
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ config("tizen_rootstrap_include_dirs") {
3939
"$custom_sysroot/usr/include/base",
4040
"$custom_sysroot/usr/include/dlog",
4141
"$custom_sysroot/usr/include/ecore-1",
42-
"$custom_sysroot/usr/include/ecore-evas-1",
4342
"$custom_sysroot/usr/include/ecore-imf-1",
44-
"$custom_sysroot/usr/include/ecore-imf-evas-1",
4543
"$custom_sysroot/usr/include/ecore-input-1",
4644
"$custom_sysroot/usr/include/ecore-wayland-1",
4745
"$custom_sysroot/usr/include/ecore-wl2-1",
@@ -50,13 +48,15 @@ config("tizen_rootstrap_include_dirs") {
5048
"$custom_sysroot/usr/include/eina-1/eina",
5149
"$custom_sysroot/usr/include/emile-1",
5250
"$custom_sysroot/usr/include/eo-1",
53-
"$custom_sysroot/usr/include/evas-1",
5451
"$custom_sysroot/usr/include/feedback",
5552
"$custom_sysroot/usr/include/system",
5653
"$custom_sysroot/usr/include/wayland-extension",
54+
]
5755

58-
# For Evas_GL.
56+
# Contain headers that the Evas_GL renderer depends on.
57+
include_dirs += [
5958
"$custom_sysroot/usr/include/ecore-con-1",
59+
"$custom_sysroot/usr/include/ecore-evas-1",
6060
"$custom_sysroot/usr/include/ecore-file-1",
6161
"$custom_sysroot/usr/include/edje-1",
6262
"$custom_sysroot/usr/include/eet-1",
@@ -65,6 +65,7 @@ config("tizen_rootstrap_include_dirs") {
6565
"$custom_sysroot/usr/include/elementary-1",
6666
"$custom_sysroot/usr/include/ethumb-1",
6767
"$custom_sysroot/usr/include/ethumb-client-1",
68+
"$custom_sysroot/usr/include/evas-1",
6869
]
6970

7071
lib_dirs = [ "$custom_sysroot/usr/lib" ]
@@ -117,7 +118,6 @@ template("embedder_for_profile") {
117118
"ecore_imf",
118119
"ecore_input",
119120
"eina",
120-
"evas",
121121
"EGL",
122122
"feedback",
123123
"GLESv2",
@@ -134,6 +134,7 @@ template("embedder_for_profile") {
134134
libs += [
135135
"ecore_evas",
136136
"elementary",
137+
"evas",
137138
]
138139

139140
defines += [ "TIZEN_RENDERER_EVAS_GL" ]

shell/platform/tizen/channels/text_input_channel.cc

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "text_input_channel.h"
66

77
#include <Ecore.h>
8-
#include <Ecore_IMF_Evas.h>
98

109
#include "flutter/shell/platform/common/json_method_codec.h"
1110
#include "flutter/shell/platform/tizen/flutter_tizen_engine.h"

0 commit comments

Comments
 (0)