projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
179d8bf
)
build: fix build errors from new and rename files
60/325460/1
author
Junseok Kim
<juns.kim@samsung.com>
Tue, 10 Jun 2025 09:57:05 +0000
(18:57 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Tue, 10 Jun 2025 10:15:03 +0000
(19:15 +0900)
Change-Id: I0165a549da346ae49bd266890512f3e890196d0f
src/bin/meson.build
patch
|
blob
|
history
diff --git
a/src/bin/meson.build
b/src/bin/meson.build
index 33df975d16f7e41e50ecaaaecbf9b520ca5b5455..b4d62f00bd4270d072fedc00960d3c16700aa98c 100644
(file)
--- a/
src/bin/meson.build
+++ b/
src/bin/meson.build
@@
-234,7
+234,7
@@
e_sources = [
'windowmgr/e_policy_zone.c',
'windowmgr/e_policy_desk.c',
'windowmgr/e_policy_desk_area.c',
- 'windowmgr/e_policy_
desk_area_
layer.c',
+ 'windowmgr/e_policy_layer.c',
'windowmgr/e_policy_stack.c',
'windowmgr/e_policy_visibility.c',
'windowmgr/e_policy_conformant.c',
@@
-277,6
+277,7
@@
e_sources = [
'inputmgr/e_keyrouter_hardkeys.c',
'inputmgr/e_grabinput.c',
'inputmgr/e_gesture.c',
+ 'inputmgr/e_view_input_client.c',
'compmgr/e_comp.c',
'compmgr/e_comp_canvas.c',
'compmgr/e_comp_object.c',